Click or drag to resize

SynchronizationQueueDeadLetter Property

Gets the current deadletter queue

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static SynchronizationQueue<DeadLetterQueueEntry> DeadLetter { get; }

Property Value

Type: SynchronizationQueueDeadLetterQueueEntry
The inbound.
See Also