IHostDocumentsCloseNoteAsync Method
Close a note asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task CloseNoteAsync(
long id,
short reasonCode,
string reasonDescription
)
Function CloseNoteAsync (
id As Long,
reasonCode As Short,
reasonDescription As String
) As Task
- id Int64
- Note identifier.
- reasonCode Int16
- Reason code.
- reasonDescription String
- Reason text.
TaskA task representing the asynchronous operation.