[This is preliminary documentation and is subject to change.]
Returns true if child service was registered, false if it was already registered prior tp this call.
The method may only be called on stopped (this) service
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool RegisterService(
Service service,
int order,
bool abortStart
)
public bool RegisterService(
Service service,
int order,
bool abortStart
)
Public Function RegisterService (
service As Service,
order As Integer,
abortStart As Boolean
) As Boolean
Public Function RegisterService (
service As Service,
order As Integer,
abortStart As Boolean
) As Boolean
public:
bool RegisterService(
Service^ service,
int order,
bool abortStart
)
public:
bool RegisterService(
Service^ service,
int order,
bool abortStart
)
member RegisterService :
service : Service *
order : int *
abortStart : bool -> boolmember RegisterService :
service : Service *
order : int *
abortStart : bool -> boolReturn Value
Type:
Boolean