Click or drag to resize

SQLiteSynchronizationLogSave Method

Save the sync log entry

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void Save(
	Type modelType,
	string filter,
	string eTag,
	string name,
	DateTime since
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.Save(System.Type,System.String,System.String,System.String,System.DateTime)"]

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.Save(System.Type,System.String,System.String,System.String,System.DateTime)"]

eTag
Type: SystemString

[Missing <param name="eTag"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.Save(System.Type,System.String,System.String,System.String,System.DateTime)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.Save(System.Type,System.String,System.String,System.String,System.DateTime)"]

since
Type: SystemDateTime

[Missing <param name="since"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.Save(System.Type,System.String,System.String,System.String,System.DateTime)"]

Implements

ISynchronizationLogServiceSave(Type, String, String, String, DateTime)
See Also