C# Class WP8.Async.Helpers.BackgroundWorkerExtensions

Exibir arquivo Open project: tpetrina/wp8-helpers

Public Methods

Method Description
RunWorkerTaskAsync ( this backgroundWorker ) : Task
RunWorkerTaskAsync ( this backgroundWorker, object argument ) : Task

Method Details

RunWorkerTaskAsync() public static method

public static RunWorkerTaskAsync ( this backgroundWorker ) : Task
backgroundWorker this
return Task

RunWorkerTaskAsync() public static method

public static RunWorkerTaskAsync ( this backgroundWorker, object argument ) : Task
backgroundWorker this
argument object
return Task