IEngineStopping Event

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

Value

Type: SystemEventHandler
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