| ISynchronizationQueueEnqueue Method |
Enqueue the data
Namespace:
SanteDB.DisconnectedClient.Synchronization
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax ISynchronizationQueueEntry Enqueue(
IdentifiedData data,
SynchronizationOperationType operation
)
Function Enqueue (
data As IdentifiedData,
operation As SynchronizationOperationType
) As ISynchronizationQueueEntry
ISynchronizationQueueEntry^ Enqueue(
IdentifiedData^ data,
SynchronizationOperationType operation
)
abstract Enqueue :
data : IdentifiedData *
operation : SynchronizationOperationType -> ISynchronizationQueueEntry
Parameters
- data
- Type: SanteDB.Core.ModelIdentifiedData
The data to enqueue - operation
- Type: SanteDB.DisconnectedClient.SynchronizationSynchronizationOperationType
The sync operation
Return Value
Type:
ISynchronizationQueueEntry[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Synchronization.ISynchronizationQueue.Enqueue(SanteDB.Core.Model.IdentifiedData,SanteDB.DisconnectedClient.Synchronization.SynchronizationOperationType)"]
See Also