Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns an asynchronous computation that waits for the given task to complete and returns its result.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member AwaitTask : Task<'T> -> Async<'T>
// Usage:
Async.AwaitTask (task)
Parameters
task
Type: Task<TResult>The task to wait for.
Return Value
An asynchronous computation object.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable