| RemoteJobManagerStopping Event |
Fired when the service is stopping
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
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
IDaemonServiceStoppingSee Also