HttpClientHedgingResiliencePredicates.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 geçici bir hata olarak hedging ile ele alınıp alınmayacağını belirler. |
IsTransient(Outcome<HttpResponseMessage>, CancellationToken) |
bir geçici bir hata olarak hedging tarafından ele alınıp alınmayacağını HttpResponseMessage belirler. |
IsTransient(Outcome<HttpResponseMessage>)
Bir sonucun geçici bir hata olarak hedging ile 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>
Kullanıcı tarafından belirtilen geri çağırmanın sonucu.
Döndürülenler
true
sonuç geçiciyse, false
değilse.
Şunlara uygulanır
IsTransient(Outcome<HttpResponseMessage>, CancellationToken)
bir geçici bir hata olarak hedging tarafından ele alınıp alınmayacağını HttpResponseMessage 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