Search Results for

    Show / Hide Table of Contents

    Delegate UFClone.NotifyCallbackT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate UFClone.NotifyResponse NotifyCallbackT(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data);
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    System.String input_part_specifier
    System.IntPtr data
    Returns
    Type Description
    UFClone.NotifyResponse

    Constructors

    NotifyCallbackT(Object, IntPtr)

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

    Methods

    BeginInvoke(UFClone.NotifyCb, String, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    System.String input_part_specifier
    System.IntPtr data
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(UFClone.NotifyCb, String, IntPtr)

    Declaration
    public virtual UFClone.NotifyResponse Invoke(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data)
    Parameters
    Type Name Description
    UFClone.NotifyCb cb
    System.String input_part_specifier
    System.IntPtr data
    Returns
    Type Description
    UFClone.NotifyResponse
    In This Article
    Back to top Generated by DocFX