|   | ServiceHostBaseOnStart Method | 
        
        
            Handles service start event.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected override void OnStart(
	string[] args
)
Protected Overrides Sub OnStart ( 
	args As String()
)
protected:
virtual void OnStart(
	array<String^>^ args
) override
abstract OnStart : 
        args : string[] -> unit 
override OnStart : 
        args : string[] -> unit Parameters
- args  String
- Service startup arguments, if any.
 See Also
See Also