ScaleoutSubscription Class

.NET Framework 4.5

Inheritance Hierarchy

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)

Syntax

'Declaration
Public Class ScaleoutSubscription _
    Inherits Subscription
'Usage
Dim instance As ScaleoutSubscription
public class ScaleoutSubscription : Subscription
public ref class ScaleoutSubscription : public Subscription
type ScaleoutSubscription =  
    class 
        inherit Subscription 
    end
public class ScaleoutSubscription extends Subscription

The ScaleoutSubscription type exposes the following members.

Constructors

  Name Description
Public method ScaleoutSubscription

Top

Properties

  Name Description
Public property DisposedCallback (Inherited from Subscription.)
Public property EventKeys (Inherited from Subscription.)
Public property Identity (Inherited from Subscription.)
Public property MaxMessages (Inherited from Subscription.)

Top

Methods

  Name Description
Public method AddEvent (Inherited from Subscription.)
Protected method BeforeInvoke (Overrides Subscription.BeforeInvoke(Object).)
Public method Dispose() (Inherited from Subscription.)
Protected method Dispose(Boolean) (Inherited from Subscription.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCursor (Overrides Subscription.GetCursor().)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from Subscription.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method PerformWork (Overrides Subscription.PerformWork(IList<ArraySegment<Message>>, Int32%, Object%).)
Public method RemoveEvent (Inherited from Subscription.)
Public method SetEventTopic (Inherited from Subscription.)
Public method SetQueued (Inherited from Subscription.)
Public method ToString (Inherited from Object.)
Public method UnsetQueued (Inherited from Subscription.)
Public method Work (Inherited from Subscription.)

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace