Share via


PosPrinterBase.TransactionPrintImpl(PrintOperationCollection) Method

Definition

Method implemented by service objects to process TransactionPrint requests.

protected virtual Microsoft.PointOfService.BaseServiceObjects.PrintResults TransactionPrintImpl (Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection collection);
abstract member TransactionPrintImpl : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
override this.TransactionPrintImpl : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected Overridable Function TransactionPrintImpl (collection As PrintOperationCollection) As PrintResults

Parameters

collection
PrintOperationCollection

The collection of transaction print requests.

Returns

Applies to