IHubPipelineModule::BuildOutgoing Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A wrapped function that invokes a client-side hub method.
Wraps a function that invokes a client-side hub method.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Func<IHubOutgoingInvokerContext^, Task^>^ BuildOutgoing( Func<IHubOutgoingInvokerContext^, Task^>^ send )
Parameters
- send
- Type: System::Func<IHubOutgoingInvokerContext, Task>
A function that invokes a client-side hub method.
Return Value
Type: System::Func<IHubOutgoingInvokerContext, Task>A wrapped function that invokes a client-side hub method.
Show: