AwaitQueryOptions Properties |
The AwaitQueryOptions type exposes the following members.
Name | Description | |
---|---|---|
MaxConcurrency |
Gets a positive (non-zero) integer that specifies the maximum
number of asynchronous operations to have in-flight concurrently
or null to mean unlimited concurrency.
| |
PreserveOrder |
Get a Boolean that determines whether results should be ordered
the same as the source.
| |
Scheduler |
Get the scheduler to be used for any workhorse task.
|