SqlRetryLogicBase.TransientPredicate Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déléguer à un prédicat de condition temporaire. La fonction vers laquelle pointe ce délégué doit retourner une valeur true lorsqu’une exception temporaire attendue se produit.
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)
Valeur de propriété
Predicate<T> valeur qui délègue à une fonction qui reçoit un Exception paramètre d’entrée.