Click or drag to resize

ISynchronizationDeadLetterQueueEntry Interface

Represents a retry entry

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface ISynchronizationDeadLetterQueueEntry : ISynchronizationQueueEntry

The ISynchronizationDeadLetterQueueEntry type exposes the following members.

Properties
 NameDescription
Public propertyCorrelationKey A uuid which correlates this queue entry throughout its lifecycle
(Inherited from ISynchronizationQueueEntry)
Public propertyCreationTime Gets the time that the entry was created
(Inherited from ISynchronizationQueueEntry)
Public propertyData Gets or sets the transient data
(Inherited from ISynchronizationQueueEntry)
Public propertyDataFileKey Gets the data of the object
(Inherited from ISynchronizationQueueEntry)
Public propertyId Gets the identifier of the queue entry
(Inherited from ISynchronizationQueueEntry)
Public propertyOperation Gets the operation of the object
(Inherited from ISynchronizationQueueEntry)
Public propertyOriginalQueue Original queue name
Public propertyQueue Gets the queue
(Inherited from ISynchronizationQueueEntry)
Public propertyReasonForRejection Gets the reason why the dead-letter entry was rejected
Public propertyResourceType Gets the type of data
(Inherited from ISynchronizationQueueEntry)
Public propertyRetryCount Get whether the object is a retry
(Inherited from ISynchronizationQueueEntry)
Top
See Also