Skip to content

PosSharp.Abstractions.IUposDevice.CloseAsync(System.Threading.CancellationToken)

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

PosSharp v1.2.0 API Reference


IUposDevice.CloseAsync(CancellationToken) Method

Closes communication with the device.

System.Threading.Tasks.Task CloseAsync(System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

ct System.Threading.CancellationToken

A token to cancel the operation.

Returns

System.Threading.Tasks.Task
A task representing the asynchronous operation.

Clone this wiki locally