IHostDocumentsDeliverNoteAsync Method

Make a complete delivery of a note asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<long>> DeliverNoteAsync(
	long id,
	DateTime? deliveryDate
)

Parameters

id  Int64
Note identifier.
deliveryDate  NullableDateTime
Delivery date.

Return Value

TaskListInt64
List<Int64> with the created note identifiers.

See Also