Connection Constructor
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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
)
Parameters
- newMessageBus
- Type: Microsoft.AspNet.SignalR.Messaging::IMessageBus
- jsonSerializer
- Type: Microsoft.AspNet.SignalR.Json::IJsonSerializer
- baseSignal
- Type: System::String
- connectionId
- Type: System::String
- signals
- Type: System.Collections.Generic::IList<String>
- groups
- Type: System.Collections.Generic::IList<String>
- traceManager
- Type: Microsoft.AspNet.SignalR.Tracing::ITraceManager
- ackHandler
- Type: Microsoft.AspNet.SignalR.Infrastructure::IAckHandler
- performanceCounterManager
- Type: Microsoft.AspNet.SignalR.Infrastructure::IPerformanceCounterManager
- protectedData
- Type: Microsoft.AspNet.SignalR.Infrastructure::IProtectedData
Show: