Connection Constructor

.NET Framework 4.5

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

public:
Connection(
	IMessageBus^ newMessageBus, 
	IJsonSerializer^ jsonSerializer, 
	String^ baseSignal, 
	String^ connectionId, 
	IList<String^>^ signals, 
	IList<String^>^ groups, 
	ITraceManager^ traceManager, 
	IAckHandler^ ackHandler, 
	IPerformanceCounterManager^ performanceCounterManager, 
	IProtectedData^ protectedData
)
Show: