Re: delegate question!
- From: "DBC User" <dbcuser@xxxxxxxxx>
- Date: 12 Aug 2005 09:25:26 -0700
It has good article I am going to go through them.
Quick question though, in that article, he mention the following;
"Here's where things get interesting. When the secondary thread calls
BeginInvoke, Windows Forms automatically calls the UpdateUI_Impl method
on the primary UI thread".
Does it mean, anytime when a delegate is called, regardless of which
worker thread they are in, it get executed in the primary UI thread? or
is it my stupid assumption?
Thanks in advance.
.
- Follow-Ups:
- Re: delegate question!
- From: Jon Skeet
- Re: delegate question!
- From: Nicholas Paldino [.NET/C# MVP]
- Re: delegate question!
- References:
- delegate question!
- From: DBC User
- Re: delegate question!
- From: Nicholas Paldino [.NET/C# MVP]
- Re: delegate question!
- From: DBC User
- Re: delegate question!
- From: alantolan
- delegate question!
- Prev by Date: Re: Object instantiation in C#
- Next by Date: trouble with ADODB in C#
- Previous by thread: Re: delegate question!
- Next by thread: Re: delegate question!
- Index(es):
Relevant Pages
|