다음을 통해 공유


IHumanPresenceSensorExtensionPlugin.ProcessReadingTimeoutExpired 메서드

정의

플러그 인이 미리 정의된 시간 제한 내에서 ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) 에 대한 호출을 완료하지 않을 때 호출됩니다.

public:
 void ProcessReadingTimeoutExpired(HumanPresenceSensorReading ^ Reading);
void ProcessReadingTimeoutExpired(HumanPresenceSensorReading const& Reading);
public void ProcessReadingTimeoutExpired(HumanPresenceSensorReading Reading);
function processReadingTimeoutExpired(Reading)
Public Sub ProcessReadingTimeoutExpired (Reading As HumanPresenceSensorReading)

매개 변수

설명

이 메서드를 호출한 후 센서 스택은 원래 읽기를 진행합니다. 플러그 인이 오류 없이 이 읽기에 대한 ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) 을 완료하면 결과 HumanPresenceSensorReadingUpdate 개체가 무시됩니다.

적용 대상