TaskFactory(Of TResult).ContinuationOptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the TaskContinuationOptions enumeration value for this task factory.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.Tasks.TaskContinuationOptionsOne of the enumeration values that specifies the default continuation options for this task factory.
Show: