SqlScaleoutConfiguration Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)
Top
Top
Settings for the SQL Server scale-out message bus implementation.
System::Object
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::SqlScaleoutConfiguration
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::SqlScaleoutConfiguration
Assembly: Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)
The SqlScaleoutConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlScaleoutConfiguration | Initializes a new instance of the SqlScaleoutConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets or sets the SQL Server connection string to use. |
![]() | MaxQueueLength | Gets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.) |
![]() | TableCount | Gets or sets the number of tables to store messages in. Using more tables reduces lock contention and may increase throughput. This must be consistent between all nodes in the web farm. Defaults to 1. |
Show:
