IHostDocumentsDeleteNoteAsync Method

Delete a note asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteNoteAsync(
	long id
)

Parameters

id  Int64
Note identifier.

Return Value

Task
A task representing the asynchronous operation.

See Also