Click or drag to resize

ISynchronizationServiceFetch Method

Fetch to see if there are any particular changes on the specified model type

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

Parameters

modelType
Type: SystemType

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

Return Value

Type: Boolean

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

See Also