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
| Name | Type | Description |
|---|---|---|
taskFactory | TaskFactory | Task factory used to create tasks to run units of work. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | taskFactory is null. |