ISubscription Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides methods to perform work and control the status of the subscription.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ISubscription type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SetQueued | Sets the subscription to working state. |
![]() | UnsetQueued | Sets the subscription to idle state. |
![]() | Work | Performs work on the subscribed message through this subscription. |
Show:
