| SQLiteQueueManagerServiceIsBusy Property |
True if synchronization is occurring
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
public:
virtual property bool IsBusy {
bool get () sealed;
}
abstract IsBusy : bool with get
override IsBusy : bool with get
Property Value
Type:
BooleanImplements
IQueueManagerServiceIsBusySee Also