Click or drag to resize

IOperationServiceCashRegisterDirectIO Method

Perform additional specific operation.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
DirectIoResult CashRegisterDirectIO(
	ICashRegisterInfo cashRegister,
	DirectIoTask task,
	ICredentials credentials
)

Parameters

cashRegister  ICashRegisterInfo
Cash register.
task  DirectIoTask
Task data.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

DirectIoResult
See Also