HubPipelineModule::OnAfterIncoming Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The possibly new or updated return value of the server-side hub method
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.
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::ObjectThe possibly new or updated return value of the server-side hub method
Show: