GazeDevicePreview.RequestCalibrationAsync Method

Definition

Asynchronously requests the eye-tracking device start its calibration process.

public:
 virtual IAsyncOperation<bool> ^ RequestCalibrationAsync() = RequestCalibrationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestCalibrationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestCalibrationAsync();
function requestCalibrationAsync()
Public Function RequestCalibrationAsync () As IAsyncOperation(Of Boolean)

Returns

True, if calibration completes successfully; otherwise, false.

Attributes

Applies to

See also