Click or drag to resize

RemoteSynchronizationServiceFetch Method

Perform a fetch operation which performs a head

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

Parameters

modelType
Type: SystemType

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

Return Value

Type: Boolean

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

Implements

ISynchronizationServiceFetch(Type)
See Also