IHubProxy::Invoke Method (String, array<Object>)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Executes a method on the server side hub asynchronously.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Parameters
- method
- Type: System::String
The name of the method.
- args
- Type: array<System::Object>
The arguments
Show: