Search Results for

    Show / Hide Table of Contents

    Delegate ValidationManager.DoCheckHandler

    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    public delegate void DoCheckHandler(CheckerNode checkerNode);
    Parameters
    Type Name Description
    CheckerNode checkerNode

    Constructors

    DoCheckHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(CheckerNode, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CheckerNode checkerNode, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CheckerNode checkerNode
    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(CheckerNode)

    Declaration
    public virtual void Invoke(CheckerNode checkerNode)
    Parameters
    Type Name Description
    CheckerNode checkerNode
    In This Article
    Back to top Generated by DocFX