HubProxy::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)

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

Parameters

method
Type: System::String
args
Type: array<System::Object>

Implements

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