| SQLiteQueueManagerServiceInbound Property |
Gets the inbound queue
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public ISynchronizationQueue Inbound { get; }
Public ReadOnly Property Inbound As ISynchronizationQueue
Get
public:
virtual property ISynchronizationQueue^ Inbound {
ISynchronizationQueue^ get () sealed;
}
abstract Inbound : ISynchronizationQueue with get
override Inbound : ISynchronizationQueue with get
Property Value
Type:
ISynchronizationQueueImplements
IQueueManagerServiceInboundSee Also