CoreWebView2Deferral Class
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.
This is used to complete deferrals on event args that support getting deferrals using the GetDeferral
method. This class implements IDisposable.
public class CoreWebView2Deferral
public class CoreWebView2Deferral : IDisposable
type CoreWebView2Deferral = class
type CoreWebView2Deferral = class
interface IDisposable
Public Class CoreWebView2Deferral
Public Class CoreWebView2Deferral
Implements IDisposable
- Inheritance
-
CoreWebView2Deferral
- Implements
Methods
Complete() |
Completes the associated deferred event. |
Dispose() |
Public implementation of Dispose pattern. |
Dispose(Boolean) |
Protected implementation of Dispose pattern. |