-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.UposDeviceBase.ClaimAsync(int,System.Threading.CancellationToken)
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Claims exclusive access to the device.
public System.Threading.Tasks.Task ClaimAsync(int timeout, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));timeout System.Int32
Timeout in milliseconds.
ct System.Threading.CancellationToken
A token to cancel the operation.
Implements ClaimAsync(int, CancellationToken)
System.Threading.Tasks.Task
A task representing the asynchronous operation.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
