Microsoft.AspNet.SignalR.Messaging Namespace

.NET Framework 4.5

The Microsoft.AspNet.SignalR.Messaging namespace provides classes that manages the messaging aspects for SignalR.

  ClassDescription
Public classCommandRepresents the commands in use with SignalR messaging.
Public classLocalEventKeyInfoNo content here will be updated; please do not add material here.
Public classMessageNo content here will be updated; please do not add material here.
Public classMessageBrokerSchedules 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.
Public classMessageBusRepresents the message bus for SignalR.
Public classMessageBusExtensionsProvides extension methods to SignalR message bus.
Public classMessageStore(T)Represents a message store that is backed by a ring buffer.
Public classScaleoutConfigurationRepresents the common settings for scale-out message bus implementations.
Public classScaleoutMappingNo content here will be updated; please do not add material here.
Public classScaleoutMappingStoreRepresents a scale out mapping store on SignalR messaging.
Public classScaleoutMessageRepresents a message to the scaleout backplane.
Public classScaleoutMessageBusRepresents a common base class for scaleout message bus implementations.
Public classScaleoutStoreRepresents a message store that is backed by a ring buffer.
Public classScaleoutSubscriptionRepresents a scaled out subscription.
Public classSubscriptionRepresents an implementation of ISubscription class.
Public classTopicRepresents the topic on SignalR message bus.
Public classTopicLookupRepresents a collection of topic that is used as a lookup.

  StructureDescription
Public structureMessageResultRepresents a message result.
Public structureMessageStoreResult(T)Represents the result associated with the message store.

  InterfaceDescription
Public interfaceIMessageBusProvides methods used to publish to and subscribe messages from the SignalR message bus.
Public interfaceISubscriberProvides details about the subscriber on SignalR message bus.
Public interfaceISubscriptionProvides methods to perform work and control the status of the subscription.

  EnumerationDescription
Public enumerationCommandTypeEnumerates the commands for connection message.
Show: