Click or drag to resize

ISynchronizationLogServiceSaveQuery Method

Save the specified query data for later continuation

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
void SaveQuery(
	Type modelType,
	string filter,
	Guid queryId,
	string name,
	int offset
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationLogService.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationLogService.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationLogService.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationLogService.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationLogService.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

See Also