IHumanPresenceSensorExtensionPlugin.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