Click or drag to resize

RemoteSynchronizationServicePull Method (Type, NameValueCollection)

Pull the model according to a filter

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

Parameters

modelType
Type: SystemType

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

filter
Type: SanteDB.Core.Model.QueryNameValueCollection

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

Return Value

Type: Int32

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

Implements

ISynchronizationServicePull(Type, NameValueCollection)
See Also