Re: Overlapped file IO

Jon Skeet <[email protected]>
Newsgroups gmane.comp.windows.devel.dotnet.clr
Message-ID <[email protected]>
Peter Obiefuna wrote:
> I don't see any Begin...() and End ...() methods on the File or FileInfo
> classes. So, my guess is No. I've always just used a different background
> thread if I don't need to wait.

File doesn't have it, but Stream does - BeginRead and EndRead are fine
on FileStreams. I don't believe there's any way of doing a BeginOpen,
however.

Jon

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.