Subscription Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents an implementation of ISubscription class.
System::Object
Microsoft.AspNet.SignalR.Messaging::Subscription
Microsoft.AspNet.SignalR.Messaging::ScaleoutSubscription
Microsoft.AspNet.SignalR.Messaging::Subscription
Microsoft.AspNet.SignalR.Messaging::ScaleoutSubscription
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Subscription type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Disposable | Gets or sets the method used to dispose the resources of the subscription. |
![]() | EventKeys | Gets or sets the list of event keys for the subscription. |
![]() | Identity | Gets or sets the subscription identity. |
![]() | MaxMessages | Gets or sets the maximum messages allowed for the subscription. |
| Name | Description | |
|---|---|---|
![]() | AddEvent | Adds a subscription event. |
![]() | BeforeInvoke | Specifies the state of subscription before invocation. |
![]() | Dispose() | Releases the resources used by the current instance of the Subscription class. |
![]() | Dispose(Boolean) | Releases the resources used by the current instance of the Subscription class. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | Invokes the subscription. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | PerformWork | Performs a task associated with the subscription. |
![]() | RemoveEvent | Removes an event associated with the subscription. |
![]() | SetEventTopic | Sets an event topic associated with the subscription. |
![]() | SetQueued | Specifies whether the subscription has been set to queue. |
![]() | ToString | (Inherited from Object.) |
![]() | UnsetQueued | Specifies whether the subscription has been unset to queue. |
![]() | Work | Specifies the subscription task. |
![]() | WriteCursor | Writes the cursor using the specified text writer. |
Show:
