IHubPipelineInvoker::Invoke Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
An asynchronous operation giving the return value of the server-side hub method invocation.
Invokes a server-side hub method.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- context
- Type: Microsoft.AspNet.SignalR.Hubs::IHubIncomingInvokerContext
A description of the server-side hub method invocation.
Return Value
Type: System.Threading.Tasks::Task<Object>An asynchronous operation giving the return value of the server-side hub method invocation.
Show: