Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.RSDApplicationEnterPlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public delegate void RSDApplicationEnterPlugin(CustomManager.Application application);
    Parameters
    Type Name Description
    CustomManager.Application application

    Constructors

    RSDApplicationEnterPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(CustomManager.Application, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomManager.Application application, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CustomManager.Application application
    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(CustomManager.Application)

    Declaration
    public virtual void Invoke(CustomManager.Application application)
    Parameters
    Type Name Description
    CustomManager.Application application
    In This Article
    Back to top Generated by DocFX