arachnode.net

Service1.OnStart Method

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.

protected override void OnStart(
   string[] args
);

Parameters

args
Data passed by the start command.

See Also

Service1 Class | Arachnode.Service Namespace