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