WaitSync
Class
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class WaitSync : WaitAsync
Inheritance: objectWaitAsyncWaitSync
Inherited Members
Constructors
Properties
C#
public bool AutoCheckResult { get; set; }
C#
public int PendingTaskTimeout { get; set; }
C#
public WaitResult SyncWaitResult { get; }
Methods
C#
public override void For<T, V>(Func<T, V, bool> func, T target, V custom, bool invertCondition, int timeout, WaitResultType errorResultType)
Overrides:
C#
public override void For<T>(Predicate<T> predicate, T target, bool invertCondition, int timeout, WaitResultType errorResultType)
Overrides: