C# Класс Microsoft.HockeyApp.TestFramework.TaskExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AsAsyncResult ( this task, AsyncCallback callback, object state ) : IAsyncResult

A helper method for mocking APM (classic) asynchronous methods with on TAP (modern) asynchronous methods.

This is based on and .

Описание методов

AsAsyncResult() публичный статический Метод

A helper method for mocking APM (classic) asynchronous methods with on TAP (modern) asynchronous methods.
This is based on and .
public static AsAsyncResult ( this task, AsyncCallback callback, object state ) : IAsyncResult
task this
callback AsyncCallback
state object
Результат IAsyncResult