Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.StockComponentLockedPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate bool CustomManager.StockComponentLockedPlugin(Stock stock)
    Parameters
    Type Name Description
    Stock stock
    Returns
    Type Description
    bool

    Constructors

    StockComponentLockedPlugin(object, nint)

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

    Methods

    BeginInvoke(Stock, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Stock stock, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Stock stock
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Stock)

    Declaration
    public virtual bool Invoke(Stock stock)
    Parameters
    Type Name Description
    Stock stock
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX