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