Search Results for

    Show / Hide Table of Contents

    Delegate PostScenarioDescriptorBuilder._ChoiceProviderCallback

    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    delegate void _ChoiceProviderCallback(Tag postScenarioManager, IntPtr context, IntPtr valueCollector);
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr context
    System.IntPtr valueCollector

    Constructors

    _ChoiceProviderCallback(Object, IntPtr)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag postScenarioManager, IntPtr context, IntPtr valueCollector, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr context
    System.IntPtr valueCollector
    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(Tag, IntPtr, IntPtr)

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