Click or drag to resize

ISynchronizationServicePull(Type, NameValueCollection) Method

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

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
void Pull(
	Type modelType,
	NameValueCollection filter
)

Parameters

modelType  Type

[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationService.Pull(System.Type,System.Collections.Specialized.NameValueCollection)"]

filter  NameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationService.Pull(System.Type,System.Collections.Specialized.NameValueCollection)"]

See Also