ClientProxy::Invoke Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A task that represents when the data has been sent to the client.
Invokes a method on the connection(s) represented by the ClientProxy instance.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- method
- Type: System::String
The name of the method to invoke.
- args
- Type: array<System::Object>
The arguments to pass to the client.
Return Value
Type: System.Threading.Tasks::TaskA task that represents when the data has been sent to the client.
Implements
IClientProxy::Invoke(String, array<Object>)
Show: