Click or drag to resize

SynchronizationQueueInbound Property

Gets the current inbound queue

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static SynchronizationQueue<InboundQueueEntry> Inbound { get; }

Property Value

Type: SynchronizationQueueInboundQueueEntry
The inbound.
See Also