HubPipelineModule::OnAfterIncoming Method

.NET Framework 4.5

This method is called after the incoming components of any modules added later to the IHubPipeline and the server-side hub method have completed execution.

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

protected:
virtual Object^ OnAfterIncoming(
	Object^ result, 
	IHubIncomingInvokerContext^ context
)

Parameters

result
Type: System::Object
The return value of the server-side hub method
context
Type: Microsoft.AspNet.SignalR.Hubs::IHubIncomingInvokerContext
A description of the server-side hub method invocation.

Return Value

Type: System::Object
The possibly new or updated return value of the server-side hub method
Show: