A
Alexander Muylaert
Hi
I have a question about Sockets in C#.
Is it possible that the BeginReceive returns an AsyncResult where
CompletedSynchronously is set to true.
I would think it is, this is the way Overlapped IO worked in Win32.
Now, if this happens,
A. Is the Callback method executed?
B. Is this executed inside the caller thread or still on the
threadpool.
C. Is the callerthread blocked until this callback is executed?
kind regards
Alexander
I have a question about Sockets in C#.
Is it possible that the BeginReceive returns an AsyncResult where
CompletedSynchronously is set to true.
I would think it is, this is the way Overlapped IO worked in Win32.
Now, if this happens,
A. Is the Callback method executed?
B. Is this executed inside the caller thread or still on the
threadpool.
C. Is the callerthread blocked until this callback is executed?
kind regards
Alexander