Skip to content

PosSharp.Core.UposDeviceBase.TryBeginFlushing()

github-actions[bot] edited this page May 8, 2026 · 5 revisions

PosSharp v1.2.0 API Reference


UposDeviceBase.TryBeginFlushing() Method

Tries to acquire the flushing lock atomically.

protected bool TryBeginFlushing();

Returns

System.Boolean
True if the lock was acquired; otherwise, false.

Clone this wiki locally