Events or callbacks are probably the typical ways.
--
Chris Tacke
OpenNETCF Consulting
www.opennetcf.com
--
"Mark" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi I have a non UI set of classes which do bits and pieces like getting
>
> file lists, generating xml etc. I figured on doing some of these
> processes on seperate threads. These wouldnt be called by the UI they
> would be controlled by the objects themselves. My question is simply
> whats the correct way to notify completion back to the object that
> called it. I have used control.invoke in the past but the objects arent
>
> controls as such although I could make them I guess. Just looking for
> some advice on best practice.
>
> Cheers
>