ConcurrentExclusiveSchedulerPair Properties

ConcurrentExclusiveSchedulerPair Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ConcurrentExclusiveSchedulerPair type exposes the following members.

  NameDescription
Public property Completion Gets a Task that will complete when the scheduler has completed processing.
Public property ConcurrentScheduler Gets a TaskScheduler that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair.
Public property ExclusiveScheduler Gets a TaskScheduler that can be used to schedule tasks to this pair that must run exclusively with regards to other tasks on this pair.
Top

Show:
© 2017 Microsoft