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