Table of Contents

Delegate UnderlyingSourcePullCallback

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
public delegate Task<GlobalObject.Undefined> UnderlyingSourcePullCallback(Union144 controller)

Parameters

controller Union144

Returns

Task<GlobalObject.Undefined>

Constructors

UnderlyingSourcePullCallback(object, nint)

public UnderlyingSourcePullCallback(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Union144, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Union144 controller, AsyncCallback callback, object @object)

Parameters

controller Union144
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual Task<GlobalObject.Undefined> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

Task<GlobalObject.Undefined>

Invoke(Union144)

public virtual Task<GlobalObject.Undefined> Invoke(Union144 controller)

Parameters

controller Union144

Returns

Task<GlobalObject.Undefined>