J
julien
Hello,
on the following line:
Thread startThread = new Thread(new
ThreadStart(plugin.StartPlugin(session)));
I got an error from the C# compiler:
[csc] c:\XXX\foo.cs(407,53): error CS0149: Method name expected
Column 53 is the T of ThreadStart.
I don't understand what is wrong. I' following the example given in the
MSDN doc, and from another book.
Thank you
Julien
on the following line:
Thread startThread = new Thread(new
ThreadStart(plugin.StartPlugin(session)));
I got an error from the C# compiler:
[csc] c:\XXX\foo.cs(407,53): error CS0149: Method name expected
Column 53 is the T of ThreadStart.
I don't understand what is wrong. I' following the example given in the
MSDN doc, and from another book.
Thank you
Julien