C# 클래스 AsyncDolls.MessageSenderExtensions

파일 보기 프로젝트 열기: danielmarbach/async-dolls

공개 메소드들

메소드 설명
RetryOnThrottle ( this sender, Task>.Func action, System.TimeSpan delay, int maxRetryAttempts, int retryAttempts ) : Task

메소드 상세

RetryOnThrottle() 공개 정적인 메소드

public static RetryOnThrottle ( this sender, Task>.Func action, System.TimeSpan delay, int maxRetryAttempts, int retryAttempts ) : Task
sender this
action Task>.Func
delay System.TimeSpan
maxRetryAttempts int
retryAttempts int
리턴 Task