/// <summary>
 ///     Initialisiert eine neue Instanz der <see cref="T:System.Object" />-Klasse.
 /// </summary>
 public BusyTicket(BusyWatcher busyWatcher)
 {
     this._busyWatcher = busyWatcher;
     ++this._busyWatcher.BusyCounter;
 }
示例#2
0
 /// <summary>
 ///     Initialisiert eine neue Instanz der <see cref="T:System.Object" />-Klasse.
 /// </summary>
 public BusyTicket(BusyWatcher busyWatcher)
 {
     this._busyWatcher = busyWatcher;
     ++this._busyWatcher.BusyCounter;
 }