ConcurrentExclusiveSchedulerPair.ConcurrentScheduler Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a TaskScheduler that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.Tasks.TaskSchedulerAn object that can be used to schedule tasks concurrently.
The following example shows the use of the ConcurrentScheduler property to run a reader. This code example is part of a larger example provided for the [27ece374-ed5b-49ef-9cec-b20db34a65e8] topic.
Show: