PosCommon.WaitForever Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, instead of timing out.
public const int WaitForever = -1;
val mutable WaitForever : int
Public Const WaitForever As Integer = -1