API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / ExecuteInMainThreadAsync Method / ExecuteInMainThreadAsync(ExecuteInEplanMainThreadDelegate) Method
The work to be done.

In This Topic
    ExecuteInMainThreadAsync(ExecuteInEplanMainThreadDelegate) Method
    In This Topic
    Execute this work in a asynchronous main thread.
    Syntax
    public void ExecuteInMainThreadAsync( 
       ExecuteInEplanMainThreadDelegate pExecuteDelegate
    )
    public:
    void ExecuteInMainThreadAsync( 
       ExecuteInEplanMainThreadDelegate^ pExecuteDelegate
    ) 

    Parameters

    pExecuteDelegate
    The work to be done.
    Exceptions
    ExceptionDescription
    Thrown when no MainThreadDispatcher was set.
    See Also