private async Task <Stream> ConvertToStreamAsync(ICloudBlob input, CancellationToken cancellationToken) { WatchableReadStream watchableStream = await ReadBlobArgumentBinding.TryBindStreamAsync(input, cancellationToken); return(watchableStream); }
private async Task <Stream> ConvertToStreamAsync(BlobBaseClient input, CancellationToken cancellationToken) { WatchableReadStream watchableStream = await ReadBlobArgumentBinding.TryBindStreamAsync(input, cancellationToken).ConfigureAwait(false); return(watchableStream); }