Click or drag to resize

ISynchronizationLogEntry Interface

Represents a log entry for synchronization

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

The ISynchronizationLogEntry type exposes the following members.

Properties
 NameDescription
Public propertyFilter Gets the filter that applies to this entry. The filter may be null when no filter for the resource is specified.
Public propertyKey Get the uuid for the log entry
Public propertyLastError Gets the last error encountered
Public propertyLastETag Get the last etag that was successfully fetched.
Public propertyLastSync Gets the last sync time that this was successfully completed.
Public propertyResourceType Gets the type of resource that this entry referrs.
Top
See Also