Fluent builder for WaitHelper configuration.
public class WaitBuilder
kind:method, kind:property, kind:ctor. Press Esc to clear.IgnoreException<T>()Adds an exception type to ignore during polling.UntilAsync(Func<Boolean>)Builds the WaitHelper and waits for a condition.UntilAsync(Func<Task<Boolean>>)Builds the WaitHelper and waits for an async condition.UntilNotNullAsync<T>(Func<T?>)Builds the WaitHelper and waits for a non-null result.WithMessage(String)Sets the timeout message.WithPollingInterval(TimeSpan)Sets the polling interval.WithTimeout(TimeSpan)Sets the timeout duration.