HubDispatcher::OnReceived Method

.NET Framework 4.5

Processes the hub's incoming method calls.

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

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

Parameters

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