Service CheckForCompleteStop Method NFX Class Library

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

Non-blocking call that returns true when the service instance has completely stopped after SignalStop()

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool CheckForCompleteStop()

Return Value

Type: OnlineBoolean

Implements

IService CheckForCompleteStop 
See Also