Click or drag to resize

SQLiteSynchronizationLogGetAll Method

Get all synchronizations

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public List<ISynchronizationLogEntry> GetAll()

Return Value

Type: ListISynchronizationLogEntry

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.GetAll"]

Implements

ISynchronizationLogServiceGetAll
See Also