Example #1
0
 public static void UpdateContent(this IStorageRecord storageRecord, Stream contents, string contentType = null, IProgress progress = null)
 => storageRecord.UpdateContentAsync(contents, contentType, progress).GetAwaiter().GetResult();