C# 클래스 NuGet.Indexing.Retry

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
Incremental ( System.Action runLogic, bool>.Func shouldRetry, int maxRetries, System.TimeSpan waitIncrement ) : void

메소드 상세

Incremental() 공개 정적인 메소드

public static Incremental ( System.Action runLogic, bool>.Func shouldRetry, int maxRetries, System.TimeSpan waitIncrement ) : void
runLogic System.Action
shouldRetry bool>.Func
maxRetries int
waitIncrement System.TimeSpan
리턴 void