ActivitySensorTrigger(UInt32) Constructor
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.
Creates an instance of the ActivitySensorTrigger class with an initial MinimumReportInterval.
public:
ActivitySensorTrigger(unsigned int reportIntervalInMilliseconds);
ActivitySensorTrigger(uint32_t const& reportIntervalInMilliseconds);
public ActivitySensorTrigger(uint reportIntervalInMilliseconds);
function ActivitySensorTrigger(reportIntervalInMilliseconds)
Public Sub New (reportIntervalInMilliseconds As UInteger)
Parameters
- reportIntervalInMilliseconds
-
UInt32
unsigned int
uint32_t
The initial report interval to use for MinimumReportInterval.