Click or drag to resize

IChequeTaskProcessorAfterOpenSession Method

Perform the action after opening session on cash register.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void AfterOpenSession(
	ICashRegisterInfo device,
	PostResult result,
	IViewManager viewManager
)

Parameters

device  ICashRegisterInfo
Cash register.
result  PostResult
The result of the operation open session on cash register..
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also