Click or drag to resize

DeadLetterQueueEntryOriginalQueue Property

The original queue name to which the dead letter item belonged. This can be used for retry enqueuing

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string OriginalQueue { get; set; }

Property Value

Type: String
The original queue.

Implements

ISynchronizationQueueRetryEntryOriginalQueue
See Also