PosCommon.Claim(Int32) Method
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.
Requests exclusive access to the device.
public abstract void Claim (int timeout);
abstract member Claim : int -> unit
Public MustOverride Sub Claim (timeout As Integer)
Parameters
- timeout
- Int32
Contains the maximum number of milliseconds to wait for exclusive access to be satisfied.