| DependencyServiceManagerStarting Event |
Application is starting
Namespace:
SanteDB.Core.Services.Impl
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public event EventHandler Starting
Public Event Starting As EventHandler
public:
virtual event EventHandler^ Starting {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Starting : IEvent<EventHandler,
EventArgs>
override Starting : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerImplements
IDaemonServiceStartingSee Also