AbstractFileSystemJob.CancellableForEach Method |
Name | Description | |
---|---|---|
![]() | CancellableForEach<T>(CancellationToken, IEnumerable<T>, Action<T>) |
Enumerates through collection checking cancellationToken
before each iteration and performing action on each item in the collection.
|
![]() | CancellableForEach<T>(CancellationToken, IEnumerable<T>, Action<T, Int32>) |
Enumerates through collection checking cancellationToken
before each iteration and performing action on each item in the collection.
|