iikoFront Api V5 Code Reference
iikoFront Api V5 Code Reference
Resto.Front.Api.V5
INotificationService Interface
INotificationService Methods
SubscribeOnBeforeDeletePrintedItem Method
SubscribeOnBeforeOrderBill Method
SubscribeOnBeforeServiceCheque Method
SubscribeOnBillChequePrinting Method
SubscribeOnCafeSessionClosing Method
SubscribeOnCafeSessionOpening Method
SubscribeOnCashChequePrinting Method
SubscribeOnNavigatingToPaymentScreen Method
SubscribeOnOrderSplitByCashRegisters Method
SubscribeOnOrderStorning Method
SubscribeOnServiceChequePrinted Method
INotificationService
SubscribeOnBeforeDeletePrintedItem Method
Subscription on printed order item deletion operation. You can abort printing operation by
OperationCanceledException
.
Namespace:
Resto.Front.Api.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
Copy
IDisposable
SubscribeOnBeforeDeletePrintedItem
(
RemotableAction
<
IOrder
,
IProgressBar
>
callback
)
Parameters
callback
Type:
Resto.Front.Api.V5.RemotingHelpers
RemotableAction
IOrder
,
IProgressBar
Action with access to
IOrder
and
IProgressBar
.
Return Value
Type:
IDisposable
You may dispose result to remove subscription.
See Also
Reference
INotificationService Interface
Resto.Front.Api.V5 Namespace