Skip to content

Scheduler.TaskPool property

Defined in

Type: Scheduler Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

Deprecated

This property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please use TaskPoolScheduler.Default to obtain an instance of this scheduler type.

Attributes: [Obsolete("This property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please use TaskPoolScheduler.Default to obtain an instance of this scheduler type.")]

public static IScheduler TaskPool { get; }

Summary: Gets a scheduler that schedules work on Task Parallel Library (TPL) task pool using the default TaskScheduler.

Returns: IScheduler