C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler

A basic retry handler.
상속: System.Net.Http.DelegatingHandler
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Add the authentication token to the outgoing request.

비공개 메소드들

메소드 설명
GetDelay ( int attempt ) : System.TimeSpan

Gets the delay for the task following an exponential back-off strategy

메소드 상세

SendAsync() 보호된 메소드

Add the authentication token to the outgoing request.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage The HTTP request message.
cancellationToken System.Threading.CancellationToken The cancellation token.
리턴 Task