コード例 #1
0
 /// <inheritdoc />
 public Task <string> GetAttributeAsync(string name) => _channel.GetAttributeAsync(name);
コード例 #2
0
 /// <inheritdoc />
 public Task <string> GetAttributeAsync(string name, int?timeout = null) => _channel.GetAttributeAsync(name, timeout);