ScaleoutConfiguration Class

.NET Framework 4.5

Represents the common settings for scale-out message bus implementations.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Messaging.ScaleoutConfiguration
    Microsoft.AspNet.SignalR.RedisScaleoutConfiguration
    Microsoft.AspNet.SignalR.ServiceBusScaleoutConfiguration
    Microsoft.AspNet.SignalR.SqlScaleoutConfiguration

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Class ScaleoutConfiguration
'Usage
Dim instance As ScaleoutConfiguration
public class ScaleoutConfiguration
public ref class ScaleoutConfiguration
type ScaleoutConfiguration =  class end
public class ScaleoutConfiguration

The ScaleoutConfiguration type exposes the following members.

Constructors

  Name Description
Public method ScaleoutConfiguration Initializes a new instance of the ScaleoutConfiguration class.

Top

Properties

  Name Description
Public property MaxQueueLength Gets or sets the maximum length of the outgoing send queue.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member DisableQueuing The queuing is currently disabled.

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace