API Reference
Struct
WmiSnapshot
Immutable snapshot of WMI metrics.
Inheritance
- ValueType
- WmiSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Wmi.Snapshot
Constructors
public WmiSnapshot(Int64 queries, Int64 failures, Double avgMs) #Creates a new WMI snapshot with explicit values.
Parameters
- queries System.Int64
- Total queries.
- failures System.Int64
- Total failures.
- avgMs System.Double
- Average duration in milliseconds.
Inherited Methods
Properties
public Double AvgMs { get; } #Average query duration in milliseconds.