C# Class WP8.Async.Helpers.BackgroundWorkerExtensions

Afficher le fichier Open project: tpetrina/wp8-helpers

Méthodes publiques

Méthode Description
RunWorkerTaskAsync ( this backgroundWorker ) : Task
RunWorkerTaskAsync ( this backgroundWorker, object argument ) : Task

Method Details

RunWorkerTaskAsync() public static méthode

public static RunWorkerTaskAsync ( this backgroundWorker ) : Task
backgroundWorker this
Résultat Task

RunWorkerTaskAsync() public static méthode

public static RunWorkerTaskAsync ( this backgroundWorker, object argument ) : Task
backgroundWorker this
argument object
Résultat Task