MessageBus.Topics Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Friend Property Topics As TopicLookup
Get
Private Set
'Usage
Dim value As TopicLookup
value = Me.Topics
protected internal TopicLookup Topics { get; private set; }
protected public:
property TopicLookup^ Topics {
TopicLookup^ get ();
private: void set (TopicLookup^ value);
}
member Topics : TopicLookup with get, private set
function get Topics () : TopicLookup
private function set Topics (value : TopicLookup)
Property Value
Type: Microsoft.AspNet.SignalR.Messaging.TopicLookup
Returns ConcurrentDictionary<TKey, TValue>.