[This is preliminary documentation and is subject to change.]
Returns true to indicate that Stop() was called
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Stopping { get; }
public bool Stopping { get; }
Public ReadOnly Property Stopping As Boolean
Get
Public ReadOnly Property Stopping As Boolean
Get
public:
virtual property bool Stopping {
bool get () sealed;
}
public:
virtual property bool Stopping {
bool get () sealed;
}
abstract Stopping : bool with get
override Stopping : bool with get
abstract Stopping : bool with get
override Stopping : bool with get
Property Value
Type:
BooleanImplements
IApplication Stopping