description | title | ms.date | keywords | topic_type | api_name | api_type | api_location | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
This interface is used to complete deferrals on event args that support getting deferrals using the `GetDeferral` method. |
WebView2 Win32 C++ ICoreWebView2Deferral |
07/31/2024 |
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2Deferral |
|
|
|
|
[!INCLUDE deprecation-note]
interface ICoreWebView2Deferral
: public IUnknown
This interface is used to complete deferrals on event args that support getting deferrals using the GetDeferral
method.
Members | Descriptions |
---|---|
Complete | Completes the associated deferred event. |
Product | Introduced |
---|---|
WebView2 Win32 | 0.9.430 |
WebView2 Win32 Prerelease | 0.9.488 |
Completes the associated deferred event.
public HRESULT Complete()
Complete should only be run once for each deferral taken.