WaitAsync
Class
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class WaitAsync
Inheritance: objectWaitAsync
Derived Classes:
Constructors
Properties
C#
public int CheckInterval { get; set; }
Methods
C#
public virtual void For<T, V>(Func<T, V, bool> func, T target, V custom, bool invertCondition, int timeout, WaitResultType errorResultType)
C#
public virtual void For<T>(Predicate<T> predicate, T target, bool invertCondition, int timeout, WaitResultType errorResultType)
Events
C#
public event EventHandler<WaitCompleteEventArgs> WaitCompleted