EngineStopping Event

Occurs when the call to ShutdownEngine has started.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public event EventHandler Stopping

Value

EventHandler

Implements

IEngineStopping
Remarks

Services may consider using this event to clean up instead of implementing IDisposable. The advantage is that all services will still be available at this stage (although they may not necessarily be operational).

When this event fires, the value of State will be Stopping.

See Also