AwaitQueryOptionsWithScheduler Method |
Returns new options with the given scheduler.
Namespace:
MoreLinq.Experimental
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax public AwaitQueryOptions WithScheduler(
TaskScheduler value
)
Public Function WithScheduler (
value As TaskScheduler
) As AwaitQueryOptions
public:
AwaitQueryOptions^ WithScheduler(
TaskScheduler^ value
)
member WithScheduler :
value : TaskScheduler -> AwaitQueryOptions
Parameters
- value
- Type: System.Threading.TasksTaskScheduler
The scheduler to use to for the workhorse task.
Return Value
Type:
AwaitQueryOptionsOptions with the new setting.
See Also