Microsoft.AspNet.SignalR.Messaging Namespace
.NET Framework 4.5
The Microsoft.AspNet.SignalR.Messaging namespace provides classes that manages the messaging aspects for SignalR.
| Class | Description | |
|---|---|---|
![]() | Command | Represents the commands in use with SignalR messaging. |
![]() | LocalEventKeyInfo | No content here will be updated; please do not add material here. |
![]() | Message | No content here will be updated; please do not add material here. |
![]() | MessageBroker | Schedules work to be done for a particular subscription and has an algorithm for choosing a number of workers (thread pool threads), to handle the scheduled work. |
![]() | MessageBus | Represents the message bus for SignalR. |
![]() | MessageBusExtensions | Provides extension methods to SignalR message bus. |
![]() | MessageStore(T) | Represents a message store that is backed by a ring buffer. |
![]() | ScaleoutConfiguration | Represents the common settings for scale-out message bus implementations. |
![]() | ScaleoutMapping | No content here will be updated; please do not add material here. |
![]() | ScaleoutMappingStore | Represents a scale out mapping store on SignalR messaging. |
![]() | ScaleoutMessage | Represents a message to the scaleout backplane. |
![]() | ScaleoutMessageBus | Represents a common base class for scaleout message bus implementations. |
![]() | ScaleoutStore | Represents a message store that is backed by a ring buffer. |
![]() | ScaleoutSubscription | Represents a scaled out subscription. |
![]() | Subscription | Represents an implementation of ISubscription class. |
![]() | Topic | Represents the topic on SignalR message bus. |
![]() | TopicLookup | Represents a collection of topic that is used as a lookup. |
| Structure | Description | |
|---|---|---|
![]() | MessageResult | Represents a message result. |
![]() | MessageStoreResult(T) | Represents the result associated with the message store. |
| Interface | Description | |
|---|---|---|
![]() | IMessageBus | Provides methods used to publish to and subscribe messages from the SignalR message bus. |
![]() | ISubscriber | Provides details about the subscriber on SignalR message bus. |
![]() | ISubscription | Provides methods to perform work and control the status of the subscription. |
| Enumeration | Description | |
|---|---|---|
![]() | CommandType | Enumerates the commands for connection message. |
Show:
