Click or drag to resize

ISynchronizationServicePull Method (Type)

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

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

Parameters

modelType
Type: SystemType

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

Return Value

Type: Int32

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

See Also