ScaleoutSubscription Constructor

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Messaging
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
)
Show: