IHostDocumentsCloseNoteAsync Method

Close a note asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task CloseNoteAsync(
	long id,
	short reasonCode,
	string reasonDescription
)

Parameters

id  Int64
Note identifier.
reasonCode  Int16
Reason code.
reasonDescription  String
Reason text.

Return Value

Task
A task representing the asynchronous operation.

See Also