Search Results for

    Show / Hide Table of Contents

    Delegate UF.CallbackFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate void CallbackFnT(CallbackReason _X1, IntPtr _X2, IntPtr _X3);
    Parameters
    Type Name Description
    CallbackReason _X1
    System.IntPtr _X2
    System.IntPtr _X3

    Constructors

    CallbackFnT(Object, IntPtr)

    Declaration
    public CallbackFnT(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(CallbackReason, IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CallbackReason _X1, IntPtr _X2, IntPtr _X3, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CallbackReason _X1
    System.IntPtr _X2
    System.IntPtr _X3
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(CallbackReason, IntPtr, IntPtr)

    Declaration
    public virtual void Invoke(CallbackReason _X1, IntPtr _X2, IntPtr _X3)
    Parameters
    Type Name Description
    CallbackReason _X1
    System.IntPtr _X2
    System.IntPtr _X3
    In This Article
    Back to top Generated by DocFX