Click or drag to resize

AwaitQueryOptionsWithScheduler Method

Returns new options with the given scheduler.

Namespace:  MoreLinq.Experimental
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public AwaitQueryOptions WithScheduler(
	TaskScheduler value
)

Parameters

value
Type: System.Threading.TasksTaskScheduler
The scheduler to use to for the workhorse task.

Return Value

Type: AwaitQueryOptions
Options with the new setting.
See Also