ISubscription Interface

.NET Framework 4.5

Provides methods to perform work and control the status of the subscription.

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

public interface class ISubscription

The ISubscription type exposes the following members.

  NameDescription
Public propertyIdentityGets or sets the identity of the subscription.
Top

  NameDescription
Public methodSetQueuedSets the subscription to working state.
Public methodUnsetQueuedSets the subscription to idle state.
Public methodWorkPerforms work on the subscribed message through this subscription.
Top
Show: