CoreWebView2Frame.UseOverrideTimerWakeInterval 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.

C#
public bool UseOverrideTimerWakeInterval { get; set; }

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

Product Versions
WebView2 .NET Prerelease 1.0.2730, 1.0.2783, 1.0.2839, 1.0.2895, 1.0.2950, 1.0.3079, 1.0.3116