Condividi tramite


SqlRetryLogicBase.TransientPredicate Proprietà

Definizione

Delegare a un predicato di condizione temporanea. La funzione a cui punta questo delegato deve restituire un valore true quando si verifica un'eccezione temporanea prevista.

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)

Valore della proprietà

Predicate<T> valore che delega a una funzione che riceve un Exception parametro di input.

Si applica a