Click or drag to resize

INotificationServiceBeforeDeliverySend Property

Before delivery is sent (status transition Waiting to OnWay). Triggered both from UI and from API (SendDelivery(IDeliveryOrder, ICredentials)). Throwing OperationCanceledException will abort the operation. Note: vm may be null when called from a background context (e.g. via API without active UI).

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
INotification<(IDeliveryOrder order, IViewManager vm)> BeforeDeliverySend { get; }

Property Value

Type: INotificationValueTupleIDeliveryOrder, IViewManager
See Also