Table of Contents

Delegate RTCPeerConnectionErrorCallback

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
public delegate GlobalObject.Undefined RTCPeerConnectionErrorCallback(DOMException error)

Parameters

error DOMException

Returns

GlobalObject.Undefined

Constructors

RTCPeerConnectionErrorCallback(object, nint)

public RTCPeerConnectionErrorCallback(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