Click or drag to resize

HubClientOperationsBaseTEndSession(String) Method

Disposes any associated IHubClient when SignalR session is disconnected.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static void EndSession(
	string connectionID
)
View Source

Parameters

connectionID  String
SignalR connection ID.
Remarks
This method should be called within implementing SignalR hub when stop is called.
See Also