This topic has not yet been rated - Rate this topic

Scheduler.TaskPool Property

Gets the scheduler that schedules work on the default Task Factory.

Namespace:  System.Reactive.Concurrency
Assembly:  System.Reactive (in System.Reactive.dll)
public static TaskPoolScheduler TaskPool { get; }

Property Value

Type: System.Reactive.Concurrency.TaskPoolScheduler
The task pool scheduler.

The TaskPool scheduler schedules actions to execute using the Task Factory from the Task Programming Library (TPL). This scheduler is ideal for short running operations.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.