Search Results for

    Show / Hide Table of Contents

    Delegate PostScenarioDescriptorBuilder._OverrideMatchCallback

    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    delegate DataMatchOverrideResult _OverrideMatchCallback(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output);
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr input
    System.IntPtr context
    System.IntPtr output
    Returns
    Type Description
    DataMatchOverrideResult

    Constructors

    _OverrideMatchCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Tag, IntPtr, IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr input
    System.IntPtr context
    System.IntPtr output
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual DataMatchOverrideResult EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    DataMatchOverrideResult

    Invoke(Tag, IntPtr, IntPtr, IntPtr)

    Declaration
    public virtual DataMatchOverrideResult Invoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output)
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr input
    System.IntPtr context
    System.IntPtr output
    Returns
    Type Description
    DataMatchOverrideResult
    In This Article
    Back to top Generated by DocFX