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