Click or drag to resize

HubClientOperationsBaseTEndSession 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 virtual void EndSession()
View Source
Remarks
This method should be called within implementing SignalR hub when stop is called.
See Also