IHumanPresenceSensorExtension.Reset 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.
Resets a HumanPresenceSensor stream if not responding correctly.
public:
void Reset();
void Reset();
public void Reset();
function reset()
Public Sub Reset ()
Remarks
Any code required to reset the plugin should go here.
If Reset fails, the sensor stack will bypass the plugin for subsequent sensor readings. The plugin is considered in a bad state when three calls in a row to ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) result in a timeout.