Async.StartChildAsTask<'T>, méthode (F#)
Crée un calcul asynchrone qui démarre le calcul donné comme un Task.
Espace de noms/Chemin du module : Microsoft.FSharp.Control
Assembly : FSharp.Core (in FSharp.Core.dll)
// Signature:
static member StartChildAsTask : Async<'T> * ?TaskCreationOptions -> Async<Task<'T>>
// Usage:
Async.StartChildAsTask (computation)
Async.StartChildAsTask (computation, taskCreationOptions = taskCreationOptions)
Paramètres
computation
Type : Async<'T>Le calcul à exécuter.
taskCreationOptions
Type : TaskCreationOptions.Options de création de tâches facultatives.
Valeur de retour
Tâche incluse dans un wrapper comme calcul asynchrone.
Plateformes
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 4,0, portable