| 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; }
Public Shared ReadOnly Property Outbound As SynchronizationQueue(Of OutboundQueueEntry)
Get
public:
static property SynchronizationQueue<OutboundQueueEntry^>^ Outbound {
SynchronizationQueue<OutboundQueueEntry^>^ get ();
}
static member Outbound : SynchronizationQueue<OutboundQueueEntry> with get
Property Value
Type:
SynchronizationQueueOutboundQueueEntryThe inbound.
See Also