Subscription Class

.NET Framework 4.5

Represents an implementation of ISubscription class.

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

public ref class Subscription abstract : ISubscription, 
	IDisposable

The Subscription type exposes the following members.

  NameDescription
Protected methodSubscriptionInitializes a new instance of the Subscription class.
Top

  NameDescription
Public propertyDisposableGets or sets the method used to dispose the resources of the subscription.
Public propertyEventKeysGets or sets the list of event keys for the subscription.
Public propertyIdentityGets or sets the subscription identity.
Public propertyMaxMessagesGets or sets the maximum messages allowed for the subscription.
Top

  NameDescription
Public methodAddEventAdds a subscription event.
Protected methodBeforeInvokeSpecifies the state of subscription before invocation.
Public methodDispose()Releases the resources used by the current instance of the Subscription class.
Protected methodDispose(Boolean)Releases the resources used by the current instance of the Subscription class.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvokeInvokes the subscription.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPerformWorkPerforms a task associated with the subscription.
Public methodRemoveEventRemoves an event associated with the subscription.
Public methodSetEventTopicSets an event topic associated with the subscription.
Public methodSetQueuedSpecifies whether the subscription has been set to queue.
Public methodToString (Inherited from Object.)
Public methodUnsetQueuedSpecifies whether the subscription has been unset to queue.
Public methodWorkSpecifies the subscription task.
Public methodWriteCursorWrites the cursor using the specified text writer.
Top

No content here will be updated; please do not add material here.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: