Share via


CoreWebView2Frame.UseOverrideTimerWakeInterval Property

Definition

Indicates whether timer wake interval should be overridden for the frame.

public bool UseOverrideTimerWakeInterval { get; set; }
member this.UseOverrideTimerWakeInterval : bool with get, set
Public Property UseOverrideTimerWakeInterval As Boolean

Property Value

Remarks

When TRUE, timers in the frame will run at most at the interval set by PreferredOverrideTimerWakeInterval. All frames in the WebView that set this property to TRUE are subject to the same timer wake interval. When FALSE, and for main frame, the timer wake interval will be determined by page state and the corresponding interval value for that state, set by the matching property in CoreWebView2Settings. Defaults to FALSE unless set otherwise.

Applies to