public void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate1 pExecuteDelegate, object x )
public: void ExecuteInMainThreadAsync( ExecuteInEplanMainThreadDelegate1^ pExecuteDelegate, Object^ x )
Parameters
| Parameter Name | Description |
|---|---|
| pExecuteDelegate | The work to be done. |
| x | Parameter 1 for the work delegate. |