IHostDocumentsDeliverNoteAsync Method
Make a complete delivery of a note asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<long>> DeliverNoteAsync(
long id,
DateTime? deliveryDate
)
Function DeliverNoteAsync (
id As Long,
deliveryDate As DateTime?
) As Task(Of List(Of Long))
- id Int64
- Note identifier.
- deliveryDate NullableDateTime
- Delivery date.
TaskListInt64List<
Int64> with the created note identifiers.