MessageBus Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the message bus for SignalR.
System::Object
Microsoft.AspNet.SignalR.Messaging::MessageBus
Microsoft.AspNet.SignalR.Messaging::ScaleoutMessageBus
Microsoft.AspNet.SignalR.Messaging::MessageBus
Microsoft.AspNet.SignalR.Messaging::ScaleoutMessageBus
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MessageBus type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageBus(IDependencyResolver) | Initializes a new instance of the MessageBus class. |
![]() | MessageBus(IStringMinifier, ITraceManager, IPerformanceCounterManager, IConfigurationManager, Int32) | Initializes a new instance of the MessageBus class. |
| Name | Description | |
|---|---|---|
![]() | CreateSubscription | Creates a new subscription for the subscriber. |
![]() | CreateTopic | Creates a new topic. |
![]() | Dispose() | Releases the resources used by the current instance of the MessageBus class. |
![]() | Dispose(Boolean) | Releases the resources used by the current instance of the MessageBus class. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Publish | Publishes a message on the message bus. |
![]() | Save | Saves the specified message to the topic message store. |
![]() | ScheduleEvent | Schedules work on the topic subscriptions with the specified event key. |
![]() | Subscribe | Establishes a topic subscription for the subscriber on the message bus. |
![]() | ToString | (Inherited from Object.) |
Show:
