Click or drag to resize

SynchronizationQueueTQueueEntryPeekRaw Method

Peeks a raw row entry from the database.

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public TQueueEntry PeekRaw(
	int skip = 0
)

Parameters

skip (Optional)
Type: SystemInt32

[Missing <param name="skip"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1.PeekRaw(System.Int32)"]

Return Value

Type: TQueueEntry
The raw.
See Also