PerfMonMode Enum
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.
Specifies the mode in which PerfMon works
public enum PerfMonMode
type PerfMonMode =
Public Enum PerfMonMode
- Inheritance
-
PerfMonMode
Fields
Name | Value | Description |
---|---|---|
Continuous | 0 | |
OnDemand | 1 | |
None | 1000 |