public void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate pExecuteDelegate )
public: void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate^ pExecuteDelegate )
Parameters
- pExecuteDelegate
- The work to be done.
public void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate pExecuteDelegate )
public: void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate^ pExecuteDelegate )
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when no MainThreadDispatcher was set. |