ClientProxy::Invoke Method

.NET Framework 4.5

Invokes a method on the connection(s) represented by the ClientProxy instance.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual Task^ Invoke(
	String^ method, 
	... array<Object^>^ args
) sealed

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::Task
A task that represents when the data has been sent to the client.

Implements

IClientProxy::Invoke(String, array<Object>)
Show: