示例#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;
 }
示例#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;
 }