WorkUnit.ResetProgressParallel Method

Resets the progress bar for a parallel loop.
Protected Friend Sub ResetProgressParallel( _ 
Optional ByVal startIndex As Integer = 0 _ 
)
This language is not supported or no code example is available.
internal protected void ResetProgressParallel( 
int startIndex = 0 
)
This language is not supported or no code example is available.

Parameters

startIndex
int

Remarks
 
Call it before starting a parallel loop.

.NET Framework

Supported in: 4.8

In this article

Definition