Click or drag to resize

ServiceHostBaseServiceStoppingHandler Method

Event handler for service stopping operation.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void ServiceStoppingHandler(
	Object sender,
	EventArgs e
)
View Source

Parameters

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