Delegate WebCodecsErrorCallback
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
public delegate GlobalObject.Undefined WebCodecsErrorCallback(DOMException error)
Parameters
error DOMException
Returns
- GlobalObject.Undefined
Constructors
WebCodecsErrorCallback(object, nint)
public WebCodecsErrorCallback(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(DOMException, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(DOMException error, AsyncCallback callback, object @object)
Parameters
error DOMException
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual GlobalObject.Undefined EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- GlobalObject.Undefined
Invoke(DOMException)
public virtual GlobalObject.Undefined Invoke(DOMException error)
Parameters
error DOMException
Returns
- GlobalObject.Undefined