Click or drag to resize

SynchronizationQueueTQueueEntryDelete Method

Deletes the specified object from the queue

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void Delete(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SynchronizationQueue`1.Delete(System.Int32)"]

Implements

ISynchronizationQueueDelete(Int32)
See Also