DispatchSource.Timer.TimerFiredCount Property

Definition

Number of times the timer has fired since the last invocation of the event handler

public int TimerFiredCount { get; }
member this.TimerFiredCount : int

Property Value

Number of times the timer has fired since the last invocation of the event handler

Remarks

Applies to