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