Search Results for

    Show / Hide Table of Contents

    Delegate UFUndo.MiscCbFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFUndo.MiscCbRet UFUndo.MiscCbFT(int mark_id, nint closure)
    Parameters
    Type Name Description
    int mark_id
    nint closure
    Returns
    Type Description
    UFUndo.MiscCbRet

    Constructors

    MiscCbFT(object, nint)

    Declaration
    public MiscCbFT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(int, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int mark_id, nint closure, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int mark_id
    nint closure
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFUndo.MiscCbRet EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    UFUndo.MiscCbRet

    Invoke(int, nint)

    Declaration
    public virtual UFUndo.MiscCbRet Invoke(int mark_id, nint closure)
    Parameters
    Type Name Description
    int mark_id
    nint closure
    Returns
    Type Description
    UFUndo.MiscCbRet
    In this article
    Back to top Generated by DocFX