Click or drag to resize

INotificationServiceSubscribeOnBeforeServiceCheque Method

Subscription on order service printing 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 SubscribeOnBeforeServiceCheque(
	RemotableAction<IOrder, IReadOnlyCollection<IOrderCookingItem>, IViewManager> callback
)

Parameters

callback
Type: Resto.Front.Api.RemotingHelpersRemotableActionIOrder, IReadOnlyCollectionIOrderCookingItem, IViewManager
Action with access to IOrder, collections of IOrderCookingItem printing cooking order items and IViewManager.

Return Value

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