Topic Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the topic on SignalR message bus.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Topic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsExpired | Gets a value that indicates whether the topic has expired. |
![]() | LastUsed | Gets or sets the latest time the subscription was used. |
![]() | Store | Gets or sets the message store. |
![]() | SubscriptionLock | Gets or sets the object used to lock the topic. |
![]() | Subscriptions | Gets or sets the list containing the topic subscriptions. |
| Name | Description | |
|---|---|---|
![]() | AddSubscription | Adds the specified subscription to list. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MarkUsed | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveSubscription | Deletes the specified subscription from the list. |
![]() | ToString | (Inherited from Object.) |
Show:
