Share via


PointCardRW.ClearOutput Method

Clears all buffered output data, including all asynchronous output.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW
pointCardRW1.ClearOutput()

Syntax

'Declaration
Public MustOverride Sub ClearOutput()
public abstract void ClearOutput();
public: abstract Void ClearOutput();
public abstract void ClearOutput();
public abstract function ClearOutput() : Void;

Remarks

The application calls ClearOutput to delete incomplete output requests. ClearOutput also stops any output that is in progress, if possible. Any output error events that are queued – usually waiting for FreezeEvents to be set to FALSE – are also cleared. No OutputCompleteEvents are delivered for output requests terminated in this manner.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace