Click or drag to resize

ISynchronizationLogServiceSave Method

Update the log entry

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
ISynchronizationLogEntry Save(
	ISynchronizationLogEntry entry,
	string eTag,
	DateTimeOffset? since
)

Parameters

entry  ISynchronizationLogEntry

[Missing <param name="entry"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Save(SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogEntry,System.String,System.Nullable{System.DateTimeOffset})"]

eTag  String

[Missing <param name="eTag"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Save(SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogEntry,System.String,System.Nullable{System.DateTimeOffset})"]

since  NullableDateTimeOffset

[Missing <param name="since"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Save(SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogEntry,System.String,System.Nullable{System.DateTimeOffset})"]

Return Value

ISynchronizationLogEntry

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Save(SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogEntry,System.String,System.Nullable{System.DateTimeOffset})"]

See Also