SqlRetryLogicBase.TransientPredicate 属性

定义

委托给暂时性条件谓词。 当发生预期的暂时性异常时,此委托指向的函数必须返回 true 值。

public:  property Predicate<Exception ^> ^ TransientPredicate {  public:
Predicate<Exception ^> ^ get(); protected:
 void set(Predicate<Exception ^> ^ value); };
public Predicate<Exception> TransientPredicate { get; protected set; }
member this.TransientPredicate : Predicate<Exception> with get, set
Public Property TransientPredicate As Predicate(Of Exception)

属性值

Predicate<T> 值,委托给接收输入参数的 Exception 函数。

适用于