 | IndividualProcessorStatusPercentIOWaitTime Property |
Gets the percentage of time spent waiting for I/O.
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic float PercentIOWaitTime { get; }
Public ReadOnly Property PercentIOWaitTime As Single
Get
public:
property float PercentIOWaitTime {
float get ();
}
member PercentIOWaitTime : float32 with get
Property Value
Single
A value between 0 and 100 indicating the percentage of time the processor spent waiting for I/O.
See Also