IHostDocumentsDeleteNoteAsync Method
Delete a note asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task DeleteNoteAsync(
long id
)
Function DeleteNoteAsync (
id As Long
) As Task
- id Int64
- Note identifier.
TaskA task representing the asynchronous operation.