Open this page in the API Guide

IEngine.Stopping Event

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

Value

Type: System.EventHandler
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