Click or drag to resize

SynchronizationQueueTQueueEntryPeek Method

Peeks at the next item in the stack

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

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1.Peek"]

Implements

ISynchronizationQueuePeek
See Also