SqlRetryLogicBase.TransientPredicate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
委派給暫時性條件述詞。 當預期的暫時性例外狀況發生時,此委派所指向的函式必須傳回 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 函式。