API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / ExecuteInMainThreadSync Method
The work to be done.

ExecuteInMainThreadSync Method
Execute this work in a synchronous main thread.
Syntax
public object ExecuteInMainThreadSync( 
   ExecuteInEplanMainThreadDelegate3 pExecuteDelegate,
   object x
)

Parameters

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