Method ReadDeviceNameAsync
ReadDeviceNameAsync(CancellationToken)
Asynchronously reads the display name of the device.
public Task<string> ReadDeviceNameAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.