TopicLookup Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a collection of topic that is used as a lookup.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The TopicLookup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Clear | Removes all topics from the collection. |
![]() | ContainsKey | Determines whether the topic with the specified key is contained in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Gets the enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOrAdd | Adds a topic to the collection by using the specified function, if the key does not already exist. |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Attempts to get the topic with the specified key from the collection. |
![]() | TryRemove | Attempts to remove and return the topic that has the specified key from the collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator | Gets the enumerator that iterates through the collection. |
Show:
