Click or drag to resize

ISynchronizationQueueGet Method

Get the data from the queue

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
ISynchronizationQueueEntry Get(
	int id
)

Parameters

id  Int32
The identifier of the queue object

Return Value

ISynchronizationQueueEntry
The queue object
See Also