MessageBus::Topics Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns ConcurrentDictionary<TKey, TValue>.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
protected public: property TopicLookup^ Topics { TopicLookup^ get (); private: void set (TopicLookup^ value); }
Property Value
Type: Microsoft.AspNet.SignalR.Messaging::TopicLookupReturns ConcurrentDictionary<TKey, TValue>.
Show: