| IDaemonServiceIsRunning Property |
Indicates whether the daemon service is running
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax ReadOnly Property IsRunning As Boolean
Get
property bool IsRunning {
bool get ();
}
abstract IsRunning : bool with get
Property Value
Type:
BooleanRemarks Implementers should evaluate whether the service is in a running state (i.e. are the connections still valid, etc.) and return
true if the service is deemed to be in a running and available state
See Also