ISubscriber Interface

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Interface ISubscriber
'Usage
Dim instance As ISubscriber
public interface ISubscriber
public interface class ISubscriber
type ISubscriber =  interface end
public interface ISubscriber

The ISubscriber type exposes the following members.

Properties

  Name Description
Public property EventKeys
Public property GetCursor
Public property Identity

Top

Events

  Name Description
Public event EventKeyAdded
Public event EventKeyRemoved

Top

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace