Share via


PosCommon.WaitForever Field

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

Usage

'Usage
Dim returnValue As Integer
returnValue = PosCommon.WaitForever

Syntax

'Declaration
Public Const WaitForever As Integer
public const int WaitForever;
public: const Int32 WaitForever;
public static final int WaitForever;
public var WaitForever : int;

Remarks

Used as the value for a timeout parameter in common and device-specific methods to indicate the method should wait until it receives a response, rather than timing out.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace