HubPipelineModule::OnBeforeOutgoing Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
true, if the outgoing components of later added modules and the client-side hub method invocation(s) should be executed; false, otherwise.
This method is called before the outgoing components of any modules added later to the IHubPipeline are executed. If this returns false, then those later-added modules and the client-side hub method invocation(s) will not be executed.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- context
- Type: Microsoft.AspNet.SignalR.Hubs::IHubOutgoingInvokerContext
A description of the client-side hub method invocation.
Return Value
Type: System::Booleantrue, if the outgoing components of later added modules and the client-side hub method invocation(s) should be executed; false, otherwise.
Show: