ParallelForEach Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
ParallelLoopResult ParallelForEach(
Action<TRecord> action,
ParallelOptions parallelOptions,
LockType tableLockType,
LockType recordLockType
)
ParallelLoopResult ParallelForEach(
Action<TRecord^>^ action,
ParallelOptions^ parallelOptions,
LockType tableLockType,
LockType recordLockType
)
Parameters
- action
- The Action to perform on each of the records.
- parallelOptions
- An object that configures the behavior of this operation.
- tableLockType
- The TRecord table lock type for the scope of the action.
- recordLockType
- The TRecord record lock type for the scope of the action.