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