IHumanPresenceSensorExtension.ProcessReadingTimeoutExpired 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
플러그 인이 미리 정의된 시간 제한 내에서 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)
매개 변수
- reading
- HumanPresenceSensorReading
설명
이 메서드를 호출한 후 센서 스택은 원래 읽기를 진행합니다. 플러그 인이 오류 없이 이 읽기에 대한 ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) 을 완료하면 결과 HumanPresenceSensorReadingUpdate 개체가 무시됩니다.