Skip to main content

WebViewAdapter.OffscreenWebViewAdapterBuilder Delegate

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public delegate WebViewAdapter.OffscreenWebViewAdapterBuilder

Inheritance: MulticastDelegate -> WebViewAdapter.OffscreenWebViewAdapterBuilder

Constructors

NameDescription
WebViewAdapter.OffscreenWebViewAdapterBuilderNo summary available.

WebViewAdapter.OffscreenWebViewAdapterBuilder Constructor

public WebViewAdapter.OffscreenWebViewAdapterBuilder(object object, IntPtr method)

Parameters

object object

method IntPtr

Methods

NameDescription
BeginInvokeNo summary available.
EndInvokeNo summary available.
InvokeNo summary available.

BeginInvoke Method

public IAsyncResult BeginInvoke(Avalonia.Controls.Control parent, AsyncCallback callback, object object)

Parameters

parent Avalonia.Controls.Control

callback AsyncCallback

object object

Returns

IAsyncResult

EndInvoke Method

public System.Threading.Tasks.Task<Avalonia.Controls.IWebViewAdapterWithOffscreenBuffer> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

System.Threading.Tasks.Task<Avalonia.Controls.IWebViewAdapterWithOffscreenBuffer>

Invoke Method

public System.Threading.Tasks.Task<Avalonia.Controls.IWebViewAdapterWithOffscreenBuffer> Invoke(Avalonia.Controls.Control parent)

Parameters

parent Avalonia.Controls.Control

Returns

System.Threading.Tasks.Task<Avalonia.Controls.IWebViewAdapterWithOffscreenBuffer>