Topic Class

.NET Framework 4.5

Represents the topic on SignalR message bus.

System::Object
  Microsoft.AspNet.SignalR.Messaging::Topic

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

public ref class Topic

The Topic type exposes the following members.

  NameDescription
Public methodTopicInitializes a new instance of the Topic class.
Top

  NameDescription
Public propertyIsExpiredGets a value that indicates whether the topic has expired.
Public propertyLastUsedGets or sets the latest time the subscription was used.
Public propertyStoreGets or sets the message store.
Public propertySubscriptionLockGets or sets the object used to lock the topic.
Public propertySubscriptionsGets or sets the list containing the topic subscriptions.
Top

  NameDescription
Public methodAddSubscriptionAdds the specified subscription to list.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMarkUsed
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveSubscriptionDeletes the specified subscription from the list.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: