| SynchronizationQueueEntryIsRetry Property |
Identifies whether the queue item is a retry
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsRetry { get; set; }
Public Property IsRetry As Boolean
Get
Set
public:
virtual property bool IsRetry {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsRetry : bool with get, set
override IsRetry : bool with get, set
Property Value
Type:
BooleanImplements
ISynchronizationQueueEntryIsRetrySee Also