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