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
Methods
BeginInvoke(object, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object arg, AsyncCallback callback, object @object)
Parameters
arg
objectcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual object EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(object)
public virtual object Invoke(object arg)
Parameters
arg
object