Search Results for

    Show / Hide Table of Contents

    Delegate UF.CallbackFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate void UF.CallbackFnT(CallbackReason _X1, nint _X2, nint _X3)
    Parameters
    Type Name Description
    CallbackReason _X1
    nint _X2
    nint _X3

    Constructors

    CallbackFnT(object, nint)

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

    Methods

    BeginInvoke(CallbackReason, nint, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CallbackReason _X1, nint _X2, nint _X3, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    CallbackReason _X1
    nint _X2
    nint _X3
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(CallbackReason, nint, nint)

    Declaration
    public virtual void Invoke(CallbackReason _X1, nint _X2, nint _X3)
    Parameters
    Type Name Description
    CallbackReason _X1
    nint _X2
    nint _X3
    In this article
    Back to top Generated by DocFX