Exemplo n.º 1
0
 public Task Execute(Envelope envelope, IEnvelopeContext context, DateTime utcNow)
 {
     return(context.Retry(envelope));
 }
Exemplo n.º 2
0
 public void Execute(Envelope envelope, IEnvelopeContext context)
 {
     context.Retry(envelope);
 }