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