Click or drag to resize

INotificationServiceSubscribeOnBeforeOrderBill 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#
IDisposable SubscribeOnBeforeOrderBill(
	RemotableAction<IOrder, IViewManager> callback
)

Parameters

callback
Type: Resto.Front.Api.RemotingHelpersRemotableActionIOrder, IViewManager
Action with access to IOrder and IViewManager.

Return Value

Type: IDisposable
You may dispose result to remove subscription.
See Also