HubConnectionContext Constructor (IHubPipelineInvoker, IConnection, String, String, StateChangeTracker)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public:
HubConnectionContext(
IHubPipelineInvoker^ pipelineInvoker,
IConnection^ connection,
String^ hubName,
String^ connectionId,
StateChangeTracker^ tracker
)
Parameters
- pipelineInvoker
- Type: Microsoft.AspNet.SignalR.Hubs::IHubPipelineInvoker
- connection
- Type: Microsoft.AspNet.SignalR::IConnection
- hubName
- Type: System::String
- connectionId
- Type: System::String
- tracker
- Type: Microsoft.AspNet.SignalR.Hubs::StateChangeTracker
Show: