Search Results for

    Show / Hide Table of Contents

    Delegate DispatcherOperationCallback

    A convenient delegate to use for dispatcher operations.

    Namespace: nanoFramework.UI.Threading
    Assembly: nanoFramework.Graphics.dll
    Syntax
    public delegate object DispatcherOperationCallback(object arg)
    Parameters
    Type Name Description
    object arg
    Returns
    Type Description
    object

    Constructors

    DispatcherOperationCallback(object, IntPtr)

    Declaration
    public DispatcherOperationCallback(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(object, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object arg, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object arg
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual object EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    object

    Invoke(object)

    Declaration
    public virtual object Invoke(object arg)
    Parameters
    Type Name Description
    object arg
    Returns
    Type Description
    object

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX