Click or drag to resize

IOperationServiceRegisterChequeTaskProcessor Method

Registers chequeTaskProcessor for extension the functionality of the cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IDisposable RegisterChequeTaskProcessor(
	IChequeTaskProcessor chequeTaskProcessor
)

Parameters

chequeTaskProcessor
Type: Resto.Front.Api.DevicesIChequeTaskProcessor
Processor to extend the functionality of the cash register.

Return Value

Type: IDisposable
See Also