Click or drag to resize

IDaemonServiceIsRunning Property

Indicates whether the daemon service is running

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool IsRunning { get; }

Property Value

Boolean
Remarks
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