| 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 Sub Delete (
id As Integer
)
abstract Delete :
id : int -> unit
Parameters
- id
- Type: SystemInt32
The id of the item in the queue to delete
See Also