ServiceBusScaleoutConfiguration Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)
Top
Top
Provides settings for the Service Bus scale-out message bus implementation.
System::Object
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::ServiceBusScaleoutConfiguration
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::ServiceBusScaleoutConfiguration
Assembly: Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)
The ServiceBusScaleoutConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServiceBusScaleoutConfiguration | Initializes a new instance of the ServiceBusScaleoutConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets or sets the Service Bus connection string to use. |
![]() | MaxQueueLength | Gets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.) |
![]() | TimeToLive | Gets or sets the message’s time to live value. |
![]() | TopicCount | Gets or sets the number of topics to send messages over. Defaults to 1. |
![]() | TopicPrefix | Gets or sets the topic prefix to use. |
Show:
