Click or drag to resize

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; }

Property Value

Type: Boolean

Implements

ISynchronizationQueueEntryIsRetry
See Also