Skip to content

TaskPoolScheduler(TaskFactory) constructor

Defined in

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

Applies to

netstandard2.0

public TaskPoolScheduler(TaskFactory taskFactory)

Summary: Creates an object that schedules units of work using the provided TaskFactory.

Parameters

NameTypeDescription
taskFactoryTaskFactoryTask factory used to create tasks to run units of work.

Exceptions

TypeCondition
System.ArgumentNullExceptiontaskFactory is null.