예제 #1
0
 public static IAsyncOperation <ExpungeInfo> FetchExpungeInfoAsync(this Gallery gallery)
 => ExpungeInfo.FetchAsync(gallery);
예제 #2
0
 public static Task <ExpungeInfo> FetchExpungeInfoAsync(this Gallery gallery, CancellationToken token = default)
 => ExpungeInfo.FetchAsync(gallery, token);