|
ServiceHostBaseOnStart Method
|
Handles service start event.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax protected 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
View SourceParameters
- args String
- Service startup arguments, if any.
See Also