Partager via


SqlRetryLogicBase.TransientPredicate Propriété

Définition

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.

S’applique à