Exemplo n.º 1
0
 /// <inheritdoc cref="Image.WaitUntilActiveAsync"/>
 public static void WaitUntilDeleted(this ImageReference image, TimeSpan?refreshDelay = null, TimeSpan?timeout = null, IProgress <bool> progress = null)
 {
     image.WaitUntilDeletedAsync(refreshDelay, timeout, progress).ForceSynchronous();
 }