TCnServiceController.Start(TArray) Method

Starts a service, passing the specified arguments.

Namespace: CNClrLib.Component.ServiceController
public
 procedure Start(Args: TArray<String>); overload;

Parameters

Args
Type: TArray<String>

An array of arguments to pass to the service when it starts.