Ejemplo n.º 1
0
 /// <summary>
 /// Invoked by BotCycle thread as it has been started.
 /// </summary>
 public override void CycleBeginning()
 {
     ((WebRoutineBotThreadControl)BotThreadControl.GetInstanceForThisThread()).WR = hr;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Invoked by BotCycle thread as it has been started.
 /// </summary>
 public override void __Starting()
 {
     ((WebRoutineBotThreadControl)BotThreadControl.GetInstanceForThisThread()).WR = hr;
 }