TCnServiceController.Start(TArray) Method
Starts a service, passing the specified arguments.
public procedure Start(Args: TArray<String>); overload;
Parameters
- Args
- Type: TArray<String>
An array of arguments to pass to the service when it starts.