Пример #1
0
 public static void Do <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> Task)
 {
     using (AsyncHelper.AsyncBridge Helper = AsyncHelper.Wait)
         Helper.Run(Task.AsTask());
 }
Пример #2
0
 public static global::System.Runtime.CompilerServices.TaskAwaiter GetAwaiter <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> source)
 {
     throw null;
 }
Пример #3
0
 public static global::System.Threading.Tasks.Task AsTask <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> source)
 {
     throw null;
 }
Пример #4
0
 public static global::System.Threading.Tasks.Task AsTask <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> source, global::System.Threading.CancellationToken cancellationToken, global::System.IProgress <TProgress> progress)
 {
     throw null;
 }
Пример #5
0
 public static global::System.Threading.Tasks.Task AsTask <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> source, global::System.Threading.CancellationToken cancellationToken)
 {
     return(default(global::System.Threading.Tasks.Task));
 }