Share via


IHumanPresenceSensorExtension.ProcessReadingTimeoutExpired Method

Definition

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

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.

Applies to