ISubscription Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface ISubscription
'Usage
Dim instance As ISubscription
public interface ISubscription
public interface class ISubscription
type ISubscription = interface end
public interface ISubscription
The ISubscription type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Identity |
Top
Methods
Name | Description | |
---|---|---|
![]() |
SetQueued | |
![]() |
UnsetQueued | |
![]() |
Work |
Top