IDiskActivityIORateData.RateNotBlockedReason Property
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.
Gets the reason that IORate.sys did not block IO, if it did not block IO; otherwise, null
.
public Nullable<Microsoft.Windows.EventTracing.Disk.DiskIORateNotBlockReason> RateNotBlockedReason { get; }
member this.RateNotBlockedReason : Nullable<Microsoft.Windows.EventTracing.Disk.DiskIORateNotBlockReason>
Public ReadOnly Property RateNotBlockedReason As Nullable(Of DiskIORateNotBlockReason)