Lines Matching full:overload
4852 // Overload 0: returns _InternalReturnType
4869 // Overload 1: returns IAsyncOperation<_InternalReturnType>*
4901 // Overload 2: returns IAsyncAction*
4918 // Overload
4937 // Overload 4: returns IAsyncActionWithProgress<_ProgressType>*
5066 // Overload 0-0: _InternalReturnType -> _TaskType
5083 // Overload 0-1: _InternalReturnType -> IAsyncOperation<_TaskType>*
5121 // Overload 0-2: _InternalReturnType -> IAsyncAction*
5142 // Overload 0-3: _InternalReturnType -> IAsyncOperationWithProgress<_TaskType, _ProgressType>*
5165 // Overload 0-4: _InternalReturnType -> IAsyncActionWithProgress<_ProgressType>*
5189 // Overload 1-0: task<_InternalReturnType> -> _TaskType
5209 // Overload 1-1: task<_InternalReturnType> -> IAsyncOperation<_TaskType>^
5248 // Overload 1-2: task<_InternalReturnType> -> IAsyncAction*
5270 // Overload 1-3: task<_InternalReturnType> -> IAsyncOperationWithProgress<_TaskType, _ProgressType>*
5295 // Overload 1-4: task<_InternalReturnType> -> IAsyncActionWithProgress<_ProgressType>*
6163 /// The first overload behaves like a task constructor that takes a single parameter.
6164 /// <para>The second overload associates the cancellation token provided with the newly created task. If you use this overload you are not
6218 /// The first overload behaves like a task constructor that takes a single parameter.
6219 /// <para>The second overload associates the cancellation token provided with the newly created task. If you use this overload you are not