IHubPipelineInvoker.Send Method
.NET Framework 4
Invokes a client-side hub method.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Function Send ( _
context As IHubOutgoingInvokerContext _
) As Task
'Usage
Dim instance As IHubPipelineInvoker
Dim context As IHubOutgoingInvokerContext
Dim returnValue As Task
returnValue = instance.Send(context)
Task Send(
IHubOutgoingInvokerContext context
)
Task^ Send(
IHubOutgoingInvokerContext^ context
)
abstract Send :
context:IHubOutgoingInvokerContext -> Task
function Send(
context : IHubOutgoingInvokerContext
) : Task
Parameters
- context
Type: Microsoft.AspNet.SignalR.Hubs.IHubOutgoingInvokerContext
A description of the client-side hub method invocation.
Return Value
Type: System.Threading.Tasks.Task
Returns Task.