C# Class AsyncDolls.MessageSenderExtensions

Mostrar archivo Open project: danielmarbach/async-dolls

Public Methods

Method Description
RetryOnThrottle ( this sender, Task>.Func action, System.TimeSpan delay, int maxRetryAttempts, int retryAttempts ) : Task

Method Details

RetryOnThrottle() public static method

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
return Task