Click or drag to resize

ISynchronizationQueueManagerGetAll Method

Get all synchronization queues

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
IEnumerable<ISynchronizationQueue> GetAll(
	SynchronizationPattern queueType
)

Parameters

queueType  SynchronizationPattern
The type of queue to retrieve

Return Value

IEnumerableISynchronizationQueue
The list of queues
See Also