Exemplo n.º 1
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;
 }
Exemplo n.º 2
0
 public static global::System.Threading.Tasks.Task <TResult> AsTask <TResult, TProgress>(this global::Windows.Foundation.IAsyncOperationWithProgress <TResult, TProgress> source, global::System.IProgress <TProgress> progress)
 {
     return(default(global::System.Threading.Tasks.Task <TResult>));
 }
Exemplo n.º 3
0
 public static global::System.Threading.Tasks.Task AsTask <TProgress>(this global::Windows.Foundation.IAsyncActionWithProgress <TProgress> source, global::System.IProgress <TProgress> progress)
 {
     throw null;
 }
Exemplo n.º 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)
 {
     return(default(global::System.Threading.Tasks.Task));
 }