Click or drag to resize

ServiceHostBaseServiceStartingHandler Method

Event handler for service starting operations.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void ServiceStartingHandler(
	Object sender,
	EventArgs<string[]> e
)
View Source

Parameters

sender  Object
Event source.
e  EventArgsString
Event arguments containing command line arguments passed into service at startup.
Remarks
Time-series framework uses this handler to load settings from configuration file as service is starting.
See Also