Click or drag to resize

RemoteSynchronizationServiceLog Property

Get the log entries

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public List<ISynchronizationLogEntry> Log { get; }

Property Value

Type: ListISynchronizationLogEntry

Implements

ISynchronizationServiceLog
See Also