Share via


PosPrinter.ErrorStation Property

2/27/2008

Gets the station or stations that were printing when an error was detected.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorStation As PrinterStation
public abstract PrinterStation ErrorStation { get; }
public:
virtual property PrinterStation ErrorStation {
    PrinterStation get () abstract;
}
/** @property */
public abstract PrinterStation get_ErrorStation ()
public abstract function get ErrorStation () : PrinterStation

Remarks

Possible values are defined in the PrinterStation enumeration.

The service object sets ErrorStation only before delivering an ErrorEvent event to the application. If the ErrorLevel property is currently set to PrinterErrorLevel.None, ErrorStation will be set to PrinterStation.None.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.ErrorLevel Property
PrinterStation