ServiceBusScaleoutConfiguration Class

.NET Framework 4.5

Provides settings for the Service Bus scale-out message bus implementation.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ServiceBusScaleoutConfiguration _
    Inherits ScaleoutConfiguration
'Usage
Dim instance As ServiceBusScaleoutConfiguration
public class ServiceBusScaleoutConfiguration : ScaleoutConfiguration
public ref class ServiceBusScaleoutConfiguration : public ScaleoutConfiguration
type ServiceBusScaleoutConfiguration =  
    class 
        inherit ScaleoutConfiguration 
    end
public class ServiceBusScaleoutConfiguration extends ScaleoutConfiguration

The ServiceBusScaleoutConfiguration type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ConnectionString Gets or sets the Service Bus connection string to use.
Public property MaxQueueLength Gets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.)
Public property TimeToLive Gets or sets the message’s time to live value.
Public property TopicCount Gets or sets the number of topics to send messages over. Defaults to 1.
Public property TopicPrefix Gets or sets the topic prefix to use.

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

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 Namespace