| RemoteJobManagerStopped Event |
Fired when the service has stopped
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public event EventHandler Stopped
Public Event Stopped As EventHandler
public:
virtual event EventHandler^ Stopped {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Stopped : IEvent<EventHandler,
EventArgs>
override Stopped : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerImplements
IDaemonServiceStoppedSee Also