Method WaitForValue
WaitForValue<TObject, T1>(TObject, Expression<Func<TObject, T1>>, Predicate<T1>, TimeSpan)
Declaration
public static void WaitForValue<TObject, T1>(this TObject instance, Expression<Func<TObject, T1>> ex1, Predicate<T1> condition, TimeSpan timeout) where TObject : INotifyPropertyChanged
Parameters
| Type | Name | Description |
|---|---|---|
| TObject | instance | |
| Expression<Func<TObject, T1>> | ex1 | |
| Predicate<T1> | condition | |
| TimeSpan | timeout |
Type Parameters
| Name | Description |
|---|---|
| TObject | |
| T1 |