IReadyThreadDataSource.ReadyThreadEvents 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 a list of every ready thread event contained in the trace.
public System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.IReadyThreadEvent> ReadyThreadEvents { get; }
member this.ReadyThreadEvents : System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.IReadyThreadEvent>
Public ReadOnly Property ReadyThreadEvents As IReadOnlyList(Of IReadyThreadEvent)
Property Value
Remarks
A ready thread event occurs when a previously blocked thread is unblocked by the actions of another thread. This previously blocked thread is said to have been 'readied' by this other thread.