Ejemplo n.º 1
0
 public override Task WaitForConnectionAsync(CancellationToken token)
 {
     return(_server.WaitForConnectionAsync(_runtimeId, token));
 }
Ejemplo n.º 2
0
 public override async Task WaitForConnectionAsync(CancellationToken token)
 {
     await _server.WaitForConnectionAsync(_runtimeId, token).ConfigureAwait(false);
 }