IHubPipelineInvoker::Invoke Method

.NET Framework 4.5

Invokes a server-side hub method.

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

Task<Object^>^ Invoke(
	IHubIncomingInvokerContext^ context
)

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: