Share via


FiscalPrinter.EndNonFiscal Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Closes nonfiscal operations on one printer station.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub EndNonFiscal
public abstract void EndNonFiscal ()
public:
virtual void EndNonFiscal () abstract
public abstract void EndNonFiscal ()
public abstract function EndNonFiscal ()

Remarks

EndNonFiscal is supported only if CapNonFiscalMode is true.

If EndNonFiscal is successful, the PrinterState property is changed to Monitor.

EndNonFiscal may cause a PosControlException to be thrown with one of the following ErrorCodes:

Value

Description

Busy

Cannot perform while output is in progress.

Illegal

The printer does not support nonfiscal output (see CapNonFiscalMode).

ExtendedErrorWrongState

The printer is not in the NonFiscal state.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
FiscalPrinter.BeginNonFiscal Method
PrintNormal