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
Public method TopicLookup

Top

Properties

  Name Description
Public property Count
Public property Item

Top

Methods

  Name Description
Public method Clear
Public method ContainsKey
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetOrAdd
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue
Public method TryRemove

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace