Ejemplo n.º 1
0
 /// <inheritdoc />
 public Task <string> GetAttributeAsync(string name) => _channel.GetAttributeAsync(name);
Ejemplo n.º 2
0
 /// <inheritdoc />
 public Task <string> GetAttributeAsync(string name, int?timeout = null) => _channel.GetAttributeAsync(name, timeout);