|
-
Mar 15th, 2004, 04:30 PM
#1
Thread Starter
Lively Member
Thread Error -Pls help
Hello Everybody
I am trying to define a thread process as a bool .But getting erro as Method name expected... Pls guide what is the problem???
private bool abClientProcess;
tcpThd=new Thread(new ThreadStart(ClientProcess( abClientProcess)));
public void ClientProcess( bool abClientProcess)
{
// Code Write to connect to the server.....
}
Pls guide..
Thanks,
Rahil
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|