Exemplo n.º 1
0
 /// <inheritdoc cref="ComputeApi.GetImageAsync{T}" />
 public Task <Image> GetImageAsync(Identifier imageId, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.GetImageAsync <Image>(imageId, cancellationToken));
 }