Ejemplo n.º 1
0
 public async Task SendPingAsync()
 {
     await _sender.SendPingAsync();
 }
Ejemplo n.º 2
0
 public async Task SendPingAsync(CancellationToken token = default(CancellationToken))
 {
     await sender.SendPingAsync(token)
     .ConfigureAwait(false);
 }