IHostDocumentsUndoCloseNoteAsync Method
Undo close a note asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task UndoCloseNoteAsync(
long id,
short reasonCode,
string reasonDescription
)
Function UndoCloseNoteAsync (
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.