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