Inheritance: IMessageSender
Exemplo n.º 1
0
 public async Task AsyncRecursionWithExceptionHandling()
 {
     var sender = new Sender();
     await sender.RetryOnThrottle(s => s.SendAsync(), TimeSpan.FromMilliseconds(10), 1);
 }
Exemplo n.º 2
0
 public async Task AsyncRecursionWithExceptionHandling()
 {
     var sender = new Sender();
     await sender.RetryOnThrottle(s => s.SendAsync(), TimeSpan.FromMilliseconds(10), 1);
 }