ScaleoutMapping::EventKeyMappings 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)
public: property ConcurrentDictionary<String^, LocalEventKeyInfo^>^ EventKeyMappings { ConcurrentDictionary<String^, LocalEventKeyInfo^>^ get (); private: void set (ConcurrentDictionary<String^, LocalEventKeyInfo^>^ value); }
Property Value
Type: System.Collections.Concurrent::ConcurrentDictionary<String, LocalEventKeyInfo>Returns ConcurrentDictionary<TKey, TValue>.
Show: