All types
|
All members
RT.SelfService
RT.Services
Self
Service
Self
Service
Process
ExecuteServices
()
Install
(
account
,
exe
Args
)
Install
(
user
,
password
,
exe
Args
)
StartAll
()
StopAll
()
Uninstall
()
Services
Single
Self
Service
Process
<T>
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
Install
(
ServiceAccount
,
string
)
Declared in:
RT.Services.
SelfServiceProcess
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
ServiceAccount
account
Computer account to use for this service process.
string
exeArgs
Optional arguments to be used when started by the service manager. May be null. See Remarks on
SelfServiceProcess
.