ScaleoutMessageBus Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a common base class for scaleout message bus implementations.
System::Object
Microsoft.AspNet.SignalR.Messaging::MessageBus
Microsoft.AspNet.SignalR.Messaging::ScaleoutMessageBus
Microsoft.AspNet.SignalR.Redis::RedisMessageBus
Microsoft.AspNet.SignalR.ServiceBus::ServiceBusMessageBus
Microsoft.AspNet.SignalR.SqlServer::SqlMessageBus
Microsoft.AspNet.SignalR.Messaging::MessageBus
Microsoft.AspNet.SignalR.Messaging::ScaleoutMessageBus
Microsoft.AspNet.SignalR.Redis::RedisMessageBus
Microsoft.AspNet.SignalR.ServiceBus::ServiceBusMessageBus
Microsoft.AspNet.SignalR.SqlServer::SqlMessageBus
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ScaleoutMessageBus type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Counters | Gets or sets the performance counter manager associated with SignalR. (Inherited from MessageBus.) |
![]() | StreamCount | The number of streams can't change for the lifetime of this instance. |
![]() | Topics | Gets or sets the event topics for the subscription. (Inherited from MessageBus.) |
![]() | Trace | Gets the trace source used to trace execution of code. (Inherited from MessageBus.) |
| Name | Description | |
|---|---|---|
![]() | Close | |
![]() | CreateSubscription | (Overrides MessageBus::CreateSubscription(ISubscriber, String, Func<MessageResult, Object, Task<Boolean>>, Int32, Object).) |
![]() | CreateTopic | Creates a new topic. (Inherited from MessageBus.) |
![]() | Dispose() | Releases the resources used by the current instance of the MessageBus class. (Inherited from MessageBus.) |
![]() | Dispose(Boolean) | (Overrides MessageBus::Dispose(Boolean).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnError | Closes the specified queue for sending messages making all sends fail asynchronously. |
![]() | OnReceived | Invoked when a payload is received from the backplane. There should only be one active call at any time. |
![]() | Open | |
![]() | Publish | Publishes a message from the scaleout message bus. (Overrides MessageBus::Publish(Message).) |
![]() | Save | Saves the specified message to the topic message store. (Inherited from MessageBus.) |
![]() | ScheduleEvent | Schedules work on the topic subscriptions with the specified event key. (Inherited from MessageBus.) |
![]() | Send(IList<Message>) | Sends the messages from the SignalR scaleout message bus. |
![]() | Send(Int32, IList<Message>) | |
![]() | Subscribe | Establishes a topic subscription for the subscriber on the message bus. (Inherited from MessageBus.) |
![]() | ToString | (Inherited from Object.) |
Show:
