Click or drag to resize

ServiceHostBaseServiceStartedHandler Method

Event handler for service started operation.

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

Parameters

sender  Object
Event source.
e  EventArgs
Event arguments.
Remarks
Time-series framework uses this handler to handle initialization of system objects.
See Also