Click or drag to resize

RemoteSynchronizationServicePull Method (Type, NameValueCollection, Boolean)

Pull with always 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,
	bool always
)

Parameters

modelType
Type: SystemType

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

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,System.Boolean)"]

always
Type: SystemBoolean

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

Return Value

Type: Int32

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

Implements

ISynchronizationServicePull(Type, NameValueCollection, Boolean)
See Also