S
Sharon
Hello all,
I'm using Socket.BeginSend.
In my code, a stress situation may lead to several calls to BeginSend,
before any completion callback has a chance to be executed.
How can I make sure that, when the system will process the completion
events, they will be serialized and use a single thread and will not be
executed in parallel by several threads?
I'm using Socket.BeginSend.
In my code, a stress situation may lead to several calls to BeginSend,
before any completion callback has a chance to be executed.
How can I make sure that, when the system will process the completion
events, they will be serialized and use a single thread and will not be
executed in parallel by several threads?