Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.SpecificationChangedPlugin

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

    Constructors

    SpecificationChangedPlugin(object, nint)

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

    Methods

    BeginInvoke(string, string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string previousSpecificationName, string newSpecificationName, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    string previousSpecificationName
    string newSpecificationName
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(string, string)

    Declaration
    public virtual void Invoke(string previousSpecificationName, string newSpecificationName)
    Parameters
    Type Name Description
    string previousSpecificationName
    string newSpecificationName
    In this article
    Back to top Generated by DocFX