Click or drag to resize

OpsCloseCashDrawerEventArgs Constructor

Initializes a new instance of the OpsCloseCashDrawerEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsCloseCashDrawerEventArgs(
	int cashDrawerNumber,
	bool timeout
)

Parameters

cashDrawerNumber
Type: SystemInt32
timeout
Type: SystemBoolean
See Also