IHostDocumentsGetNoteAsync Method
Get the information with the requested document asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<Note> GetNoteAsync(
long id
)
Function GetNoteAsync (
id As Long
) As Task(Of Note)
- id Int64
- Note identifier.
TaskNoteNote with the note.