HingeAngleSensor.GetCurrentReadingAsync Method

Definition

Asynchronously retrieves the current data from the hinge angle sensor.

public:
 virtual IAsyncOperation<HingeAngleReading ^> ^ GetCurrentReadingAsync() = GetCurrentReadingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<HingeAngleReading> GetCurrentReadingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<HingeAngleReading> GetCurrentReadingAsync();
function getCurrentReadingAsync()
Public Function GetCurrentReadingAsync () As IAsyncOperation(Of HingeAngleReading)

Returns

When this method completes, it returns a reference to the HingeAngleReading.

Attributes

Applies to