 | IDaemonServiceIsRunning Property |
Indicates whether the daemon service is running
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxReadOnly Property IsRunning As Boolean
Get
property bool IsRunning {
bool get ();
}abstract IsRunning : bool with get
Property Value
Boolean
RemarksImplementers 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