IClientProxy::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 IClientProxy instance.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- method
- Type: System::String
name of the method to invoke
- args
- Type: array<System::Object>
argumetns to pass to the client
Return Value
Type: System.Threading.Tasks::TaskA task that represents when the data has been sent to the client.
Show: