Table of Contents

Delegate DispatcherOperationCallback

Namespace
nanoFramework.UI.Threading
Assembly
nanoFramework.Graphics.dll

A convenient delegate to use for dispatcher operations.

public delegate object DispatcherOperationCallback(object arg)

Parameters

arg object
A convenient delegate to use for dispatcher operations.

Returns

object
A convenient delegate to use for dispatcher operations.
Extension Methods

Constructors

DispatcherOperationCallback(object, IntPtr)

public DispatcherOperationCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object arg, AsyncCallback callback, object @object)

Parameters

arg object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual object EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

object

Invoke(object)

public virtual object Invoke(object arg)

Parameters

arg object

Returns

object