Re: Delegate.BeginInvoke and EndInvoke.

Peter Ritchie <[email protected]> Tue, 15 Jan 2008 14:24:41 -0500
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <LISTSERV%[email protected]>
The delegate doesn't time out, the code waiting for the asynchronous
delegate times out (i.e. the code calling WaitOne()).  Despite that "time-
out" the delegate is sill running and will call the AsynCallback when it's
done.