C# Class Microsoft.HockeyApp.TestFramework.TaskExtensions

Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
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 .

Method Details

AsAsyncResult() public static méthode

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
Résultat IAsyncResult