MessageBroker Class

.NET Framework 4.5

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.

System::Object
  Microsoft.AspNet.SignalR.Messaging::MessageBroker

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class MessageBroker : IDisposable

The MessageBroker type exposes the following members.

  NameDescription
Public methodMessageBrokerInitializes a new instance of the MessageBroker class.
Top

  NameDescription
Public propertyTraceGets or sets the trace source of the broker.
Top

  NameDescription
Public methodDispose()Releases all resources used by the MessageBroker.
Protected methodDispose(Boolean)Releases all resources used by the MessageBroker.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodScheduleSchedules work on the specified subscription.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: