ServiceBusScaleoutConfiguration Class

.NET Framework 4.5

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

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)

public ref class ServiceBusScaleoutConfiguration : public ScaleoutConfiguration

The ServiceBusScaleoutConfiguration type exposes the following members.

  NameDescription
Public methodServiceBusScaleoutConfigurationInitializes a new instance of the ServiceBusScaleoutConfiguration class.
Top

  NameDescription
Public propertyConnectionStringGets or sets the Service Bus connection string to use.
Public propertyMaxQueueLengthGets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.)
Public propertyTimeToLiveGets or sets the message’s time to live value.
Public propertyTopicCountGets or sets the number of topics to send messages over. Defaults to 1.
Public propertyTopicPrefixGets or sets the topic prefix to use.
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: