| SynchronizationQueueTQueueEntryDequeueRaw Method |
Pops the item off the stack
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public TQueueEntry DequeueRaw()
Public Function DequeueRaw As TQueueEntry
public:
TQueueEntry DequeueRaw()
member DequeueRaw : unit -> 'TQueueEntry
Return Value
Type:
TQueueEntry[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1.DequeueRaw"]
See Also