1
Support Questions / Re: Writing a new driver
« on: March 31, 2016, 07:18:10 AM »
Ah, yes I'm familiar with the SynchronizationContext. You could do it similar to "await" where the SynchronizationContext is captured at the time of subscription, and when the event handler is called, it posts to that context.