IHostDocumentsDeliverOrderAsync Method

Create a delivery from a previous note asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> DeliverOrderAsync(
	Note note
)

Parameters

note  Note
Note with the content needed to save the document.

Return Value

TaskInt64
Int64 with the assigned record indentifier.

See Also