| 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
)
Function Pull (
modelType As Type
) As Integer
int Pull(
Type^ modelType
)
abstract Pull :
modelType : Type -> int
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