Click or drag to resize

SQLiteQueueManagerServiceIsRunning Property

Returns true if the service is running

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool IsRunning { get; }

Property Value

Type: Boolean

Implements

IDaemonServiceIsRunning
See Also