GCMemoryInfo.PauseDurations Property

Definition

Gets the pause durations. For blocking GCs, there is one pause; for background GC, there are two.

public:
 property ReadOnlySpan<TimeSpan> PauseDurations { ReadOnlySpan<TimeSpan> get(); };
public ReadOnlySpan<TimeSpan> PauseDurations { get; }
member this.PauseDurations : ReadOnlySpan<TimeSpan>
Public ReadOnly Property PauseDurations As ReadOnlySpan(Of TimeSpan)

Property Value

ReadOnlySpan<TimeSpan>

A timespan representing the pause durations.

Applies to