Async.StartChildAsTask<'T> 方法 (F#)

创建一个将给定计算作为 Task 开始的异步计算。

命名空间/模块路径: Microsoft.FSharp.Control

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
static member StartChildAsTask : Async<'T> * ?TaskCreationOptions -> Async<Task<'T>>

// Usage:
Async.StartChildAsTask (computation)
Async.StartChildAsTask (computation, taskCreationOptions = taskCreationOptions)

参数

  • computation
    类型:Async<'T>

    要执行的计算。

  • taskCreationOptions
    类型:TaskCreationOptions

    可选任务创建选项。

返回值

包装为异步计算的任务。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:4.0,可移植

请参见

参考

Control.Async 类 (F#)

Microsoft.FSharp.Control 命名空间 (F#)