Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.SpecificationChangedPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void SpecificationChangedPlugin(string previousSpecificationName, string newSpecificationName);
    Parameters
    Type Name Description
    System.String previousSpecificationName
    System.String newSpecificationName

    Constructors

    SpecificationChangedPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(String, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string previousSpecificationName, string newSpecificationName, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String previousSpecificationName
    System.String newSpecificationName
    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(String, String)

    Declaration
    public virtual void Invoke(string previousSpecificationName, string newSpecificationName)
    Parameters
    Type Name Description
    System.String previousSpecificationName
    System.String newSpecificationName
    In This Article
    Back to top Generated by DocFX