Click or drag to resize

ISynchronizationLogServiceCreate Method

Create a new synchronization 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 Create(
	Type modelType,
	string filter = null
)

Parameters

modelType  Type

[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Create(System.Type,System.String)"]

filter  String  (Optional)

[Missing <param name="filter"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Create(System.Type,System.String)"]

Return Value

ISynchronizationLogEntry

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Create(System.Type,System.String)"]

See Also