|
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.230-beta
Syntaxprotected virtual void DebugHostUnloading()
Protected Overridable Sub DebugHostUnloading
protected:
virtual void DebugHostUnloading()
abstract DebugHostUnloading : unit -> unit
override DebugHostUnloading : unit -> unit
function DebugHostUnloading();
View Source
See Also