HubProxy::InvokeEvent Method

.NET Framework 4.5

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

public:
void InvokeEvent(
	String^ eventName, 
	IList<JToken^>^ args
)

Parameters

eventName
Type: System::String
args
Type: System.Collections.Generic::IList<JToken>
Show: