TaskFactory(Of TResult).Scheduler Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the task scheduler for this task factory.
Assembly: mscorlib (in mscorlib.dll)
This property returns the default scheduler for this factory. It will be used to schedule all tasks unless another scheduler is explicitly specified during calls to this factory's methods.
If this property returns Nothing, Current will be used.
Show: