Search Results for

    Show / Hide Table of Contents

    Delegate UFClone.NotifyCallbackT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFClone.NotifyResponse UFClone.NotifyCallbackT(UFClone.NotifyCb cb, string input_part_specifier, nint data)
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    string input_part_specifier
    nint data
    Returns
    Type Description
    UFClone.NotifyResponse

    Constructors

    NotifyCallbackT(object, nint)

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

    Methods

    BeginInvoke(NotifyCb, string, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UFClone.NotifyCb cb, string input_part_specifier, nint data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    string input_part_specifier
    nint data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFClone.NotifyResponse EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    UFClone.NotifyResponse

    Invoke(NotifyCb, string, nint)

    Declaration
    public virtual UFClone.NotifyResponse Invoke(UFClone.NotifyCb cb, string input_part_specifier, nint data)
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    string input_part_specifier
    nint data
    Returns
    Type Description
    UFClone.NotifyResponse
    In this article
    Back to top Generated by DocFX