共用方式為


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 函式。

適用於