This delegate specifies a method for a thread to start executing.
public delegate void ThreadStart( );
Thread.Thread( )