Y
Yoni Rabinovitch
Is it possible to invoke a C# delegate/event handler asynchronously,
from unmanaged C++ ?
I assume this requires a Managed C++ wrapper, which would call
BeginInvoke on the delegate ?
Is this correct, and if so, does anyone have an example ?
Thanks !!
from unmanaged C++ ?
I assume this requires a Managed C++ wrapper, which would call
BeginInvoke on the delegate ?
Is this correct, and if so, does anyone have an example ?
Thanks !!