Click or drag to resize

ISynchronizationQueueEntry Interface

Represents a synchronization queue entry

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

The ISynchronizationQueueEntry type exposes the following members.

Properties
  NameDescription
Public propertyCreationTime
Gets the time that the entry was created
Public propertyData
Gets or sets the transient data
Public propertyDataFileKey
Gets the data of the object
Public propertyId
Gets the identifier of the queue entry
Public propertyIsRetry
Get whether the object is a retry
Public propertyOperation
Gets the operation of the object
Public propertyType
Gets the type of data
Top
See Also