IHumanPresenceSensorExtension.ProcessReadingTimeoutExpired 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.
Called when the plugin does not complete a call to ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) within a pre-defined timeout.
public:
void ProcessReadingTimeoutExpired(HumanPresenceSensorReading ^ reading);
void ProcessReadingTimeoutExpired(HumanPresenceSensorReading const& reading);
public void ProcessReadingTimeoutExpired(HumanPresenceSensorReading reading);
function processReadingTimeoutExpired(reading)
Public Sub ProcessReadingTimeoutExpired (reading As HumanPresenceSensorReading)
Parameters
- reading
- HumanPresenceSensorReading
Remarks
After calling this method, the sensor stack will proceed with the original reading. If the plugin eventually completes ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) for this reading with no errors, the resulting HumanPresenceSensorReadingUpdate object will be ignored.