Click or drag to resize

SynchronizationQueueTQueueEntryGetAll Method

Get all objects from the queue

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IEnumerable<ISynchronizationQueueEntry> GetAll(
	int offset,
	int count,
	out int totalResults
)

Parameters

offset
Type: SystemInt32
The offset of the object
count
Type: SystemInt32
The number of items to get
totalResults
Type: SystemInt32

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

Return Value

Type: IEnumerableISynchronizationQueueEntry
The queue items

Implements

ISynchronizationQueueGetAll(Int32, Int32, Int32)
See Also