Click or drag to resize

ISynchronizationQueueGet Method

Get the data from the queue

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
ISynchronizationQueueEntry Get(
	int id
)

Parameters

id
Type: SystemInt32
The identifier of the queue object

Return Value

Type: ISynchronizationQueueEntry
The queue object
See Also