Click or drag to resize

ISynchronizationQueueDelete Method

Delete an item from the queue

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

Parameters

id
Type: SystemInt32
The id of the item in the queue to delete
See Also