Will Socket.BeginRead's IAsyncResult CompleteSychronously property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Will Socket.BeginRead's IAsyncResult CompleteSychronously property always return false? I need to know this so I will not tie up the calling thread with processing performed in the AsycCallback function.


Thanks,

- Chris Tanger
 
Hi Chris,

I reviewed the thread and find there is a similar issue in the group below.
Subject: Will Socket.BeginRead IAsyncResult.CompletedSynchronously always b
Newsgroups: microsoft.public.dotnet.framework

I have replied in that group and you may try to take a look.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top