MonitorStatsParam

MonitorStatsParam is a type-level attribute, which stores the required parameter values for calculating monitor time statistics. For example:

static str MonitorStatsParam = { Frequency = 10, ExpectedValue =

3000, ValueThreshold = 100, AvgThreshold = 40 }

The MonitorStatsParam attribute values can be overridden.

For more information:

Refer to the User's Guide.