Click or drag to resize

ISynchronizationQueuePeek Method

Peek the next item on the queue

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IdentifiedData Peek()

Return Value

Type: IdentifiedData
The next item on the queue
See Also