SignalProxy::Invoke Method

.NET Framework 4.5

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
args
Type: array<System::Object>

Return Value

Type: System.Threading.Tasks::Task
Returns Task.

Implements

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