ScaleoutSubscription Class

.NET Framework 4.5

Represents a scaled out subscription.

System::Object
  Microsoft.AspNet.SignalR.Messaging::Subscription
    Microsoft.AspNet.SignalR.Messaging::ScaleoutSubscription

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

public ref class ScaleoutSubscription : public Subscription

The ScaleoutSubscription type exposes the following members.

  NameDescription
Public methodScaleoutSubscriptionInitializes a new instance of the ScaleoutSubscription class.
Top

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

  NameDescription
Public methodAddEventAdds a subscription event. (Inherited from Subscription.)
Protected methodBeforeInvokeGets the state of the scaled out subscription before invocation. (Overrides Subscription::BeforeInvoke(Object).)
Public methodDispose()Releases the resources used by the current instance of the Subscription class. (Inherited from Subscription.)
Protected methodDispose(Boolean)Releases the resources used by the current instance of the Subscription class. (Inherited from Subscription.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvokeInvokes the subscription. (Inherited from Subscription.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPerformWorkPerforms work associated with the subscription. (Overrides Subscription::PerformWork(IList<ArraySegment<Message>>, Int32%, Object%).)
Public methodRemoveEventRemoves an event associated with the subscription. (Inherited from Subscription.)
Public methodSetEventTopicSets an event topic associated with the subscription. (Inherited from Subscription.)
Public methodSetQueuedSpecifies whether the subscription has been set to queue. (Inherited from Subscription.)
Public methodToString (Inherited from Object.)
Public methodUnsetQueuedSpecifies whether the subscription has been unset to queue. (Inherited from Subscription.)
Public methodWorkSpecifies the subscription task. (Inherited from Subscription.)
Public methodWriteCursorWrites the cursor using the specified text writer. (Overrides Subscription::WriteCursor(TextWriter).)
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: