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