Task(Of TResult).Result Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the result value of this Task(Of TResult).
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: TResultThe result value of this Task(Of TResult), which is the same type as the task's type parameter.
Show: