| IApplicationServiceContextStopping Event |
Fired when the service is stopping
Namespace:
SanteDB.Core
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax event EventHandler Stopping
Event Stopping As EventHandler
event EventHandler^ Stopping {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Stopping : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also