 | UpstreamSynchronizationServicePull(Type, NameValueCollection, Boolean) Method |
Pull data from the remove server and place it on the inbound queue
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void Pull(
Type modelType,
NameValueCollection filter,
bool ignoreModifiedOn
)
Public Sub Pull (
modelType As Type,
filter As NameValueCollection,
ignoreModifiedOn As Boolean
)
public:
virtual void Pull(
Type^ modelType,
NameValueCollection^ filter,
bool ignoreModifiedOn
) sealed
abstract Pull :
modelType : Type *
filter : NameValueCollection *
ignoreModifiedOn : bool -> unit
override Pull :
modelType : Type *
filter : NameValueCollection *
ignoreModifiedOn : bool -> unit Parameters
- modelType Type
[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.UpstreamSynchronizationService.Pull(System.Type,System.Collections.Specialized.NameValueCollection,System.Boolean)"]
- filter NameValueCollection
[Missing <param name="filter"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.UpstreamSynchronizationService.Pull(System.Type,System.Collections.Specialized.NameValueCollection,System.Boolean)"]
- ignoreModifiedOn Boolean
[Missing <param name="ignoreModifiedOn"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.UpstreamSynchronizationService.Pull(System.Type,System.Collections.Specialized.NameValueCollection,System.Boolean)"]
Implements
ISynchronizationServicePull(Type, NameValueCollection, Boolean)
See Also