线程Windows Phone App 8.1 RunTime

时间:2015-08-03 11:04:05

标签: multithreading windows-runtime

我有一个获取数据JSON的方法吗?

 async public void MethodName()
{...response = await postStreamReader.ReadToEndAsync();}

现在我想使用一个线程来运行Implicit这个函数。

我怎么做?

1 个答案:

答案 0 :(得分:0)

您只需使用线程池提交工作项。

Quickstart: Submitting a work item to the thread pool (XAML)