CompositeServiceHost UnregisterService Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true if child service was unregistered, false if it did not exist. 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 UnregisterService(
	Service service
)

Return Value

Type: OnlineBoolean
See Also