Struct TransformAsyncOptions
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Options for TransformAsync and TransformSafeAsync.
- Implements
- Extension Methods
Constructors
TransformAsyncOptions(int?, bool)
Options for TransformAsync and TransformSafeAsync.
Parameters
MaximumConcurrencyint?The maximum number of tasks in flight at once.
TransformOnRefreshboolShould a new transform be applied when a refresh event is received.
Fields
Default
The default transform async option values, with is unlimited concurrency and do not transform on reset.
Field Value
- Transform
Async Options A TransformAsyncOptions object.
Properties
MaximumConcurrency
The maximum number of tasks in flight at once.
Property Value
- int?
TransformOnRefresh
Should a new transform be applied when a refresh event is received.
Property Value
Methods
Deconstruct(out int?, out bool)
Parameters
Equals(TransformAsyncOptions)
Parameters
otherTransformAsync Options
Returns
Equals(object)
Parameters
objobject
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(TransformAsyncOptions, TransformAsyncOptions)
Parameters
leftTransformAsync Options rightTransformAsync Options
Returns
operator !=(TransformAsyncOptions, TransformAsyncOptions)
Parameters
leftTransformAsync Options rightTransformAsync Options