IHubProxy::Subscribe Method

.NET Framework 4.5

Registers an event for the hub.

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

Subscription^ Subscribe(
	String^ eventName
)

Parameters

eventName
Type: System::String
The name of the event
Show: