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

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

Type Parameters

T

Parameters

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

Return Value

Type: System.Threading.Tasks::Task<T>

Implements

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