HubDispatcher::OnDisconnected Method

.NET Framework 4.5This member overrides PersistentConnection::OnDisconnected(IRequest, String).

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

protected:
virtual Task^ OnDisconnected(
	IRequest^ request, 
	String^ connectionId
) override

Parameters

request
Type: Microsoft.AspNet.SignalR::IRequest
connectionId
Type: System::String
Show: