Click or drag to resize

ISynchronizationQueue Interface

Represents a synchronization queue

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface ISynchronizationQueue

The ISynchronizationQueue type exposes the following members.

Methods
  NameDescription
Public methodCount
Get the count of objects on the queue
Public methodDelete
Delete an item from the queue
Public methodDequeue
Dequeue the item from the queue
Public methodEnqueue
Enqueue the data
Public methodGet
Get the data from the queue
Public methodGetAll
Get all queue items from the queue
Public methodPeek
Peek the next item on the queue
Public methodQuery
Query the dataset from the specified search parameters
Public methodRetry
Requeue the queue item
Top
Events
  NameDescription
Public eventEnqueued
Fired after data has been placed into this queue
Public eventEnqueuing
Fired prior to data being placed into this queue
Top
See Also