Subscription Constructor

Visual Studio 2010
.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
Subscription(
	String^ identity, 
	IEnumerable<String^>^ eventKeys, 
	Func<MessageResult, Task<bool>^>^ callback, 
	int maxMessages, 
	IPerformanceCounterManager^ counters
)
Show: