P
Phil G.
I was recently struggling to adapt an example I have using delegate methods,
IasynResult and AsynCallback.
Doing a little research I came across an example, which in fact was being
used to return data from an external sql database...exactly what I am doing.
This example used the System.Threading namespace and thread.start etc
What are the pro's and con's of using/choosing either option? They both
'appear' to create a process on a new thread. Is it that you have more
control with delegates?
Thanks for any responses, Phil
IasynResult and AsynCallback.
Doing a little research I came across an example, which in fact was being
used to return data from an external sql database...exactly what I am doing.
This example used the System.Threading namespace and thread.start etc
What are the pro's and con's of using/choosing either option? They both
'appear' to create a process on a new thread. Is it that you have more
control with delegates?
Thanks for any responses, Phil