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