Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Install(ServiceAccount, string)

Declaration

public void Install(
    ServiceAccount account,
    string exeArgs
)

Summary

Installs all services in this process (i.e. registers them with the service manager). All services are initially stopped.

Parameters

ServiceAccountaccountComputer account to use for this service process.
stringexeArgsOptional arguments to be used when started by the service manager. May be null. See Remarks on SelfServiceProcess.