-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.UposDeviceBase.BeginOperation()
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Begins a device operation, setting the IsBusy property to true. Returns a disposable that automatically resets the busy state when disposed.
protected System.IDisposable BeginOperation();System.IDisposable
A disposable to end the operation.
UposStateException
The device is not enabled or already busy.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
