Search Results for

    Show / Hide Table of Contents

    Delegate IsvControlPanelBuilder._IsInHistoryBufferCb

    Namespace: NXOpen.SIM
    Assembly: NXOpen.dll
    Syntax
    delegate void _IsInHistoryBufferCb(bool isInHistoryBuffer);
    Parameters
    Type Name Description
    System.Boolean isInHistoryBuffer

    Constructors

    _IsInHistoryBufferCb(Object, IntPtr)

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

    Methods

    BeginInvoke(Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(bool isInHistoryBuffer, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Boolean isInHistoryBuffer
    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(Boolean)

    Declaration
    public virtual void Invoke(bool isInHistoryBuffer)
    Parameters
    Type Name Description
    System.Boolean isInHistoryBuffer
    In This Article
    Back to top Generated by DocFX