  | 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
Syntaxpublic int Pull(
	Type modelType
)
Public Function Pull ( 
	modelType As Type
) As Integer
public:
virtual int Pull(
	Type^ modelType
) sealed
abstract Pull : 
        modelType : Type -> int 
override Pull : 
        modelType : Type -> int 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