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
Public property Identity

Top

Methods

  Name Description
Public method SetQueued
Public method UnsetQueued
Public method Work

Top

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace