Click or drag to resize

UpstreamSynchronizationServiceIsRunning Property

Indicates whether the daemon service is running

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool IsRunning { get; }

Property Value

Boolean

Implements

IDaemonServiceIsRunning
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