共用方式為


create_task 函式 (C++ REST SDK)

警告

此主題包含 C++ REST SDK 1.0 (代號名稱 "Casablanca") 的相關資訊。如果您是使用 Codeplex Casablanca 網頁 提供的較新版本,則請使用位於 http://casablanca.codeplex.com/documentation 的本機說明文件。

template<    typename _Ty > __declspec(    noinline ) auto create_task(_Ty _Param, const task_options& _TaskOptions = task_options()) -> task<typename details::_TaskTypeFromParam<_Ty>::_Type>;  template<    typename _ReturnType > __declspec(    noinline ) task<_ReturnType> create_task(const task<_ReturnType>& _Task);

參數

  • _Ty

  • _ReturnType

  • _Param

  • _TaskOptions

  • _Task

需求

**標頭:**pplxtasks.h

**命名空間:**pplx

請參閱

參考

pplx 命名空間