MessageBroker Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
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.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MessageBroker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the MessageBroker. |
![]() | Dispose(Boolean) | Releases all resources used by the MessageBroker. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Schedule | Schedules work on the specified subscription. |
![]() | ToString | (Inherited from Object.) |
Show:
