コード例 #1
0
 public bool WaitFor(SomethingToWaitFor check, TimeSpan timeout, FailureToHappenHandler failureHandler, IEnumerable <AutomationEventWrapper> events)
 {
     return(_waiter.WaitFor(this, check, timeout, failureHandler, events));
 }