Click or drag to resize

AwaitQueryOptions Properties

The AwaitQueryOptions type exposes the following members.

Properties
  NameDescription
Public propertyMaxConcurrency
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.
Public propertyPreserveOrder
Get a Boolean that determines whether results should be ordered the same as the source.
Public propertyScheduler
Get the scheduler to be used for any workhorse task.
Top
See Also