Subscription Class
.NET Framework 4
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 | |
---|---|---|
![]() |
Subscription |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DisposedCallback | |
![]() |
EventKeys | |
![]() |
Identity | |
![]() |
MaxMessages |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddEvent | |
![]() |
BeforeInvoke | |
![]() |
Dispose() | |
![]() |
Dispose(Boolean) | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCursor | |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Invoke | |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PerformWork | |
![]() |
RemoveEvent | |
![]() |
SetEventTopic | |
![]() |
SetQueued | |
![]() |
ToString | (Inherited from Object.) |
![]() |
UnsetQueued | |
![]() |
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.