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