Пример #1
0
 /// <summary>
 /// Gets the metadata associated with the specified channel.
 /// </summary>
 public async ValueTask <Channel> GetAsync(
     ChannelId channelId,
     CancellationToken cancellationToken = default) =>
 Extract(await _controller.GetChannelPageAsync(channelId, cancellationToken));