Click or drag to resize

ISynchronizationQueueEnqueue(IdentifiedData, SynchronizationQueueEntryOperation) Method

Enqueue the data

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
ISynchronizationQueueEntry Enqueue(
	IdentifiedData data,
	SynchronizationQueueEntryOperation operation
)

Parameters

data  IdentifiedData
The data to enqueue
operation  SynchronizationQueueEntryOperation
The sync operation

Return Value

ISynchronizationQueueEntry

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationQueue.Enqueue(SanteDB.Core.Model.IdentifiedData,SanteDB.Client.Disconnected.Data.Synchronization.SynchronizationQueueEntryOperation)"]

See Also