WebStats dotNet Scheduler - Code Documentation
OnStart Method (args)
Namespaces > Scheduler > Scheduler > OnStart(String[]())
When implemented in a derived class, executes when a Start command is sent to the service by the Service Control Manager (SCM) or when the operating system starts (for a service that starts automatically). Specifies actions to take when the service starts.
Syntax
C#Visual BasicManaged C++J#
protected override void OnStart (
	string[] args
)
Protected Overrides Sub OnStart ( _
	args As String() _
)
protected:
virtual void OnStart (
	array<String^>^ args
) override
protected void OnStart (
	String[] args
)
Parameters
args (String[]())
Data passed by the start command.

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0