Run() public method

public Run ( ) : void
return void
Example #1
0
 static void Main(string[] args)
 {
     TrackerHost host = new TrackerHost();
     ParseArgs(args, host);
     host.Run();
 }