SqlScaleoutConfiguration Class

.NET Framework 4.5

Settings for the SQL Server scale-out message bus implementation.

System::Object
  Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
    Microsoft.AspNet.SignalR::SqlScaleoutConfiguration

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)

public ref class SqlScaleoutConfiguration : public ScaleoutConfiguration

The SqlScaleoutConfiguration type exposes the following members.

  NameDescription
Public methodSqlScaleoutConfigurationInitializes a new instance of the SqlScaleoutConfiguration class.
Top

  NameDescription
Public propertyConnectionStringGets or sets the SQL Server connection string to use.
Public propertyMaxQueueLengthGets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.)
Public propertyTableCountGets 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.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: