E
Eric Twietmeyer
Hello,
I can't find any indication in the docs whether the AsyncWaitHandle will be
signalled if in an async callback the call to EndInvoke throws an exception,
meaning that the call failed in some way.
Also in the "Notes to Implementers" in the docs for
IAsyncResult.AsyncWaitHandle it indicates that the "object behind
AsyncWaitHandle can be discarded" after the user calls the method that
concludes the asynchronous operation (EndInvoke). So it "can be discarded".
But is it? Do I need to call .Close on this wait handle?
Thanks,
-Eric Twietmeyer
I can't find any indication in the docs whether the AsyncWaitHandle will be
signalled if in an async callback the call to EndInvoke throws an exception,
meaning that the call failed in some way.
Also in the "Notes to Implementers" in the docs for
IAsyncResult.AsyncWaitHandle it indicates that the "object behind
AsyncWaitHandle can be discarded" after the user calls the method that
concludes the asynchronous operation (EndInvoke). So it "can be discarded".
But is it? Do I need to call .Close on this wait handle?
Thanks,
-Eric Twietmeyer