Subscription 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 MustInherit Class Subscription _
    Implements ISubscription, IDisposable
'Usage
Dim instance As Subscription
public abstract class Subscription : ISubscription, 
    IDisposable
public ref class Subscription abstract : ISubscription, 
    IDisposable
[<AbstractClassAttribute>]
type Subscription =  
    class 
        interface ISubscription 
        interface IDisposable 
    end
public abstract class Subscription implements ISubscription, IDisposable

The Subscription type exposes the following members.

Constructors

  Name Description
Protected method Subscription

Top

Properties

  Name Description
Public property DisposedCallback
Public property EventKeys
Public property Identity
Public property MaxMessages

Top

Methods

  Name Description
Public method AddEvent
Protected method BeforeInvoke
Public method Dispose()
Protected method Dispose(Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCursor
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke
Protected method MemberwiseClone (Inherited from Object.)
Protected method PerformWork
Public method RemoveEvent
Public method SetEventTopic
Public method SetQueued
Public method ToString (Inherited from Object.)
Public method UnsetQueued
Public method Work

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