ActivitySensor.GetCurrentReadingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously gets the current sensor reading.
public:
virtual IAsyncOperation<ActivitySensorReading ^> ^ GetCurrentReadingAsync() = GetCurrentReadingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ActivitySensorReading> GetCurrentReadingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ActivitySensorReading> GetCurrentReadingAsync();
function getCurrentReadingAsync()
Public Function GetCurrentReadingAsync () As IAsyncOperation(Of ActivitySensorReading)
Returns
Asynchronously returns a ActivitySensorReading object that represents info about the sensor.
- Attributes