I am trying to use the Eikon desktop api in c#. I am able to contribute to a RIC using the below
AdxRtContribute contrib = _eikonConn.CreateAdxRtContribute();
However I need to figure out if the contribution went through or if there is an exception. Is that possible?
Also the Eikon desktop api requires the Eikon desktop to be up and running on the users machine. Is there a way to launch it in case it is not running on the users machine?
Thanks.
Ganesh