GaoXianchao schrieb:
> Hi all,
>
> I saw this in MSDN:
> "All I/O initiated by a given thread is canceled when that thread
> exits. A pending asynchronous operation can fail if the thread exits
> before the operation completes."
>
> so I have a question :
> If I call a BeginXXX function in a thread of system thread pool(for
> example, calling Socket.BeginReceive in receive_callback function
> again),  will the thread be terminated before the asynchronous
> poeration is completed?
>
> Thanks a lot!
>   

No need to post this multiple times!
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to