ScaleoutSubscription Constructor
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: ScaleoutSubscription( String^ identity, IEnumerable<String^>^ eventKeys, String^ cursor, ConcurrentDictionary<String^, IndexedDictionary<unsigned long long, ScaleoutMapping^>^>^ streamMappings, Func<MessageResult, Task<bool>^>^ callback, int maxMessages, IPerformanceCounterManager^ counters )
Parameters
- identity
- Type: System::String
- eventKeys
- Type: System.Collections.Generic::IEnumerable<String>
- cursor
- Type: System::String
- streamMappings
- Type: System.Collections.Concurrent::ConcurrentDictionary<String, IndexedDictionary<UInt64, ScaleoutMapping>>
- callback
- Type: System::Func<MessageResult, Task<Boolean>>
- maxMessages
- Type: System::Int32
Show: