예제 #1
0
 public static TResult Do <TResult, TProgress>
     (this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> Task,
     TResult Default = default(TResult))
 {
     return(Do(Task.AsTask(), Default));
 }
예제 #2
0
 public static global::System.Threading.Tasks.Task <TResult> AsTask <TResult, TProgress>(this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> source, global::System.Threading.CancellationToken cancellationToken, global::System.IProgress <TProgress> progress)
 {
     throw null;
 }
예제 #3
0
 public static global::System.Runtime.CompilerServices.TaskAwaiter <TResult> GetAwaiter <TResult, TProgress>(this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> source)
 {
     throw null;
 }
예제 #4
0
 public static global::System.Threading.Tasks.Task <TResult> AsTask <TResult, TProgress>(this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> source)
 {
     throw null;
 }
예제 #5
0
 public static global::System.Threading.Tasks.Task <TResult> AsTask <TResult, TProgress>(this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> source, global::System.Threading.CancellationToken cancellationToken)
 {
     return(default(global::System.Threading.Tasks.Task <TResult>));
 }