Click or drag to resize

ISynchronizationServicePull Method (Type, NameValueCollection)

Pull data from the remove server and place it on the inbound queue

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
int Pull(
	Type modelType,
	NameValueCollection filter
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Services.ISynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]

filter
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.Services.ISynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.ISynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]

See Also