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