|   | DebugHostBaseDebugHostUnloading Method | 
        
        
            Invoked when the debug host is unloading. By default this shuts down the remote service client.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected virtual void DebugHostUnloading()
Protected Overridable Sub DebugHostUnloading
protected:
virtual void DebugHostUnloading()
abstract DebugHostUnloading : unit -> unit 
override DebugHostUnloading : unit -> unit 
function DebugHostUnloading();
 See Also
See Also