IHubProxy::Invoke<T> 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)
Type Parameters
- T
The type of result returned from the hub.
Parameters
- method
- Type: System::String
The name of the method.
- args
- Type: array<System::Object>
The arguments.
Show: