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