what does the method signiture for 'RetrieveData' look like?
It should resemble code below...
You may need to create a struct to hold your data...
Please review psuedo code below....
ObjectInformation myobject = new ObjectInformation();
myobject.Guid = Uniqueidentifier;
myobject.Info = "DataLocation";
ThreadStart ts = new ThreadStart( this.RetrieveData , myobject );
Thread t = new Thread( ts ) ;
t.Start();
Main Topics
Browse All Topics





by: ragi0017Posted on 2008-11-28 at 09:49:19ID: 23056735
have a look at the following sample om/csharp/ threads/pa rameters.s html en-us/libr ary/ system .threading .parameter izedthread start(VS.8 0).aspx en-us/libr ary/1h2f24 59(VS.80). aspx
http://www.yoda.arachsys.c
http://msdn.microsoft.com/
http://msdn.microsoft.com/