TaskFactory.Scheduler Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the TaskScheduler of this TaskFactory.
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 null, Current will be used.
Show: