API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / ExecuteInMainThreadAsync Method / ExecuteInMainThreadAsync(ExecuteInEplanMainThreadDelegate1,Object) Method
The work to be done.
Parameter 1 for the work delegate.

In This Topic
    ExecuteInMainThreadAsync(ExecuteInEplanMainThreadDelegate1,Object) Method
    In This Topic
    Execute this work in a asynchronous main thread.
    Syntax
    public void ExecuteInMainThreadAsync( 
       ExecuteInEplanMainThreadDelegate1 pExecuteDelegate,
       object x
    )
    public:
    void ExecuteInMainThreadAsync( 
       ExecuteInEplanMainThreadDelegate1^ pExecuteDelegate,
       Object^ x
    ) 

    Parameters

    pExecuteDelegate
    The work to be done.
    x
    Parameter 1 for the work delegate.
    Exceptions
    ExceptionDescription
    Thrown when no MainThreadDispatcher was set.
    See Also