Click or drag to resize

INotificationServiceSubscribeOnBeforeOrderBill Method

Subscription on order billing 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#
IDisposable SubscribeOnBeforeOrderBill(
	RemotableAction<IOrder, IProgressBar> callback
)

Parameters

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

Return Value

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