Async.AwaitTask<'T> Method (F#)
Visual Studio 2012
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)