TopicLookup Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Messaging.TopicLookup
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public NotInheritable Class TopicLookup _
Implements IEnumerable(Of KeyValuePair(Of String, Topic)), _
IEnumerable
'Usage
Dim instance As TopicLookup
public sealed class TopicLookup : IEnumerable<KeyValuePair<string, Topic>>,
IEnumerable
public ref class TopicLookup sealed : IEnumerable<KeyValuePair<String^, Topic^>>,
IEnumerable
[<SealedAttribute>]
type TopicLookup =
class
interface IEnumerable<KeyValuePair<string, Topic>>
interface IEnumerable
end
public final class TopicLookup implements IEnumerable<KeyValuePair<String, Topic>>, IEnumerable
The TopicLookup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TopicLookup |
Top
Properties
Name | Description | |
---|---|---|
Count | ||
Item |
Top
Methods
Name | Description | |
---|---|---|
Clear | ||
ContainsKey | ||
Equals | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetOrAdd | ||
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetValue | ||
TryRemove |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.