Click or drag to resize

SynchronizationQueueOutbound Property

Gets the current outbound queue

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

Property Value

Type: SynchronizationQueueOutboundQueueEntry
The inbound.
See Also