Example #1
0
 public static StatusResults Status(StatusCommand command)
 {
     //Populate the command with the status results
     command.Execute();
     return command.Results;
 }