|
HubClientOperationsBaseTEndSession Method
|
Disposes any associated
IHubClient when SignalR session is disconnected.
Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public virtual void EndSession()
Public Overridable Sub EndSession
public:
virtual void EndSession()
abstract EndSession : unit -> unit
override EndSession : unit -> unit
View SourceRemarks
This method should be called within implementing SignalR hub when stop is called.
See Also