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.