Editar

Compartir a través de


IReadyThreadDataSource.ReadyThreadEvents Property

Definition

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.

Applies to