Click or drag to resize

SQLiteSynchronizationLogCompleteQuery Method

Complete query

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void CompleteQuery(
	Guid queryId
)

Parameters

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.CompleteQuery(System.Guid)"]

Implements

ISynchronizationLogServiceCompleteQuery(Guid)
See Also