Sending Event from AddIn to Host

30 Views Asked by At

I've an AddIn Pipeline and want to send information from AddIn to Host. How could I define events on AddIn and subscribe to these events from Host side?

Actually I've defined two methods in my AddIn contract named Activate/Deactivate and want to send information to host if the specified addin is successfully Activated/Deactivated or not. Host calls these methods on the addin and they work fine, but how could I get the Event that these methods performed as per desire or not.

0

There are 0 best solutions below