CompositeServiceHost RegisterService Method NFX Class Library

[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.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool RegisterService(
	Service service,
	int order,
	bool abortStart
)

Return Value

Type: OnlineBoolean
See Also