ISubscriber Interface

.NET Framework 4.5

Provides details about the subscriber on SignalR message bus.

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

public interface class ISubscriber

The ISubscriber type exposes the following members.

  NameDescription
Public propertyEventKeysGets the list of event keys associated with the subscriber.
Public propertyIdentityGets the identity of the subscriber.
Public propertySubscriptionGets or sets the subscription.
Public propertyWriteCursorGets or sets the write cursor.
Top

  NameDescription
Public eventEventKeyAddedOccurs when an event key has been added.
Public eventEventKeyRemovedOccurs when an event key has been removed.
Top

No content here will be updated; please do not add material here.

Show: