|
ServiceHostBaseServiceStartingHandler Method
|
Event handler for service starting operations.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function ServiceStartingHandler(sender, e);
View SourceParameters
- 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