Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public event EventHandler Stopping
Public Event Stopping As EventHandler
public:
virtual event EventHandler^ Stopping {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Stopping : IEvent<EventHandler,
EventArgs>
override Stopping : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerImplements
IEngineStoppingRemarks
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