Click or drag to resize

SynchronizationQueueTQueueEntryEnqueueRaw Method

Enqueue the specified entry

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public TQueueEntry EnqueueRaw(
	TQueueEntry entry
)

Parameters

entry
Type: TQueueEntry
Entry.

Return Value

Type: TQueueEntry

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1.EnqueueRaw(`0)"]

See Also