No OverLoad in my version of Invoke ??

  • Thread starter Thread starter Franky
  • Start date Start date
F

Franky

In most of exemple found on the web the this.Invoke have 2 overload...

in my VisualStudio .Net 2003 I have only one!!

I need to pass some parameters to the delegate function... so how can I do??

Thanks

____________________
Franky
(e-mail address removed)
 
Hi Franky,

You cannot. You will have to store the data somewhere accessible to the
called method instead of passing it.

7.10. Can I create a custom delegate to pass to invoke?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#7.10

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top