Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SetTimeout"/> class.
 /// </summary>
 /// <param name="timer">The <see cref="CommandTimer"/> object used to monitor timeouts for commands.</param>
 public SetTimeout(CommandTimer timer)
 {
     this.timer = timer;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SetTimeout"/> class.
 /// </summary>
 /// <param name="timer">The <see cref="CommandTimer"/> object used to monitor timeouts for commands.</param>
 public SetTimeout(CommandTimer timer)
 {
     this.timer = timer;
 }