Click or drag to resize

ISynchronizationQueueRetryEntry Interface

Represents a retry entry

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface ISynchronizationQueueRetryEntry : ISynchronizationQueueEntry

The ISynchronizationQueueRetryEntry type exposes the following members.

Properties
  NameDescription
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 propertyIsRetry
Get whether the object is a retry
(Inherited from ISynchronizationQueueEntry.)
Public propertyOperation
Gets the operation of the object
(Inherited from ISynchronizationQueueEntry.)
Public propertyOriginalQueue
True if the object is a retry
Public propertyTagData
Specialized tag data
Public propertyType
Gets the type of data
(Inherited from ISynchronizationQueueEntry.)
Top
See Also