Esempio n. 1
0
        public Task <ImageStream> GetChannelImageAsync(string channelId, CancellationToken cancellationToken)
        {
            return(Task.FromResult <ImageStream>(_htsConnectionHandler.GetChannelImage(channelId, cancellationToken)));

            // Leave as is. This is handled by supplying image url to ChannelInfo
            //throw new NotImplementedException();
        }
 public Task <ImageStream> GetChannelImageAsync(string channelId, CancellationToken cancellationToken)
 {
     return(Task.FromResult <ImageStream>(_htsConnectionHandler.GetChannelImage(channelId, cancellationToken)));
 }