ISubscriber Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Provides details about the subscriber on SignalR message bus.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ISubscriber type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EventKeys | Gets the list of event keys associated with the subscriber. |
![]() | Identity | Gets the identity of the subscriber. |
![]() | Subscription | Gets or sets the subscription. |
![]() | WriteCursor | Gets or sets the write cursor. |
| Name | Description | |
|---|---|---|
![]() | EventKeyAdded | Occurs when an event key has been added. |
![]() | EventKeyRemoved | Occurs when an event key has been removed. |
Show:
