Search Results for

    Show / Hide Table of Contents

    Delegate TestStepSequence.TestStepFunction

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void TestStepSequence.TestStepFunction(UIBlock blockDialog)
    Parameters
    Type Name Description
    UIBlock blockDialog

    Constructors

    TestStepFunction(object, nint)

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

    Methods

    BeginInvoke(UIBlock, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(UIBlock)

    Declaration
    public virtual void Invoke(UIBlock blockDialog)
    Parameters
    Type Name Description
    UIBlock blockDialog
    In this article
    Back to top Generated by DocFX