Click or drag to resize

RemoteSynchronizationServicePull Method (Type)

Perform a pull on the root resource

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

Parameters

modelType
Type: SystemType

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

Return Value

Type: Int32

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

Implements

ISynchronizationServicePull(Type)
See Also