|
ServiceHostBaseServiceStoppingHandler Method
|
Event handler for service stopping operation.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax protected virtual void ServiceStoppingHandler(
Object sender,
EventArgs e
)
Protected Overridable Sub ServiceStoppingHandler (
sender As Object,
e As EventArgs
)
protected:
virtual void ServiceStoppingHandler(
Object^ sender,
EventArgs^ e
)
function ServiceStoppingHandler(sender, e);
View SourceParameters
- sender Object
- Event source.
- e EventArgs
- Event arguments.
Remarks
Time-series framework uses this handler to un-wire events and dispose of system objects.
See Also