Example #1
0
 /// <summary>
 /// Delays the execution of the next command for milliseconds.
 /// </summary>
 /// <param name="fields"></param>
 public void Wait(List <string> fields)
 {
     _client.Wait(fields[1]);
 }