HttpClientResiliencePredicates.IsTransient Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
IsTransient(Outcome<HttpResponseMessage>) |
Bir sonucun dayanıklılık stratejileri tarafından geçici bir hata olarak ele alınıp alınmayacağını belirler. |
IsTransient(Outcome<HttpResponseMessage>, CancellationToken) |
dayanıklılık HttpResponseMessage stratejileri tarafından geçici bir hata olarak ele alınıp alınmayacağını belirler. |
IsTransient(Outcome<HttpResponseMessage>)
Bir sonucun dayanıklılık stratejileri tarafından geçici bir hata olarak ele alınıp alınmayacağını belirler.
public:
static bool IsTransient(Polly::Outcome<System::Net::Http::HttpResponseMessage ^> outcome);
public static bool IsTransient (Polly.Outcome<System.Net.Http.HttpResponseMessage> outcome);
static member IsTransient : Polly.Outcome<System.Net.Http.HttpResponseMessage> -> bool
Public Shared Function IsTransient (outcome As Outcome(Of HttpResponseMessage)) As Boolean
Parametreler
- outcome
- Polly.Outcome<HttpResponseMessage>
Döndürülenler
true
sonuç geçiciyse, false
değilse.
Şunlara uygulanır
IsTransient(Outcome<HttpResponseMessage>, CancellationToken)
dayanıklılık HttpResponseMessage stratejileri tarafından geçici bir hata olarak ele alınıp alınmayacağını belirler.
public:
static bool IsTransient(Polly::Outcome<System::Net::Http::HttpResponseMessage ^> outcome, System::Threading::CancellationToken cancellationToken);
public static bool IsTransient (Polly.Outcome<System.Net.Http.HttpResponseMessage> outcome, System.Threading.CancellationToken cancellationToken);
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static bool IsTransient (Polly.Outcome<System.Net.Http.HttpResponseMessage> outcome, System.Threading.CancellationToken cancellationToken);
static member IsTransient : Polly.Outcome<System.Net.Http.HttpResponseMessage> * System.Threading.CancellationToken -> bool
[<System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
static member IsTransient : Polly.Outcome<System.Net.Http.HttpResponseMessage> * System.Threading.CancellationToken -> bool
Public Shared Function IsTransient (outcome As Outcome(Of HttpResponseMessage), cancellationToken As CancellationToken) As Boolean
Parametreler
- outcome
- Polly.Outcome<HttpResponseMessage>
Kullanıcı tarafından belirtilen geri çağırmanın sonucu.
- cancellationToken
- CancellationToken
CancellationToken Yürütme ile ilişkili.
Döndürülenler
true
sonuç geçiciyse, false
değilse.
- Öznitelikler