WorkUnit.UpdateProgressParallel Method

Updates the progress bar value for a parallel loop.
Protected Friend Sub UpdateProgressParallel( _ 
ByVal total As Double, _ 
ByVal text As String, _ 
ByVal worker As BackgroundWorker
)
This language is not supported or no code example is available.
internal protected void UpdateProgressParallel( 
double total
string text
BackgroundWorker worker 
)
This language is not supported or no code example is available.

Parameters

total
double

The total number of steps

text
string

The progress bar text

worker
BackgroundWorker

The background worker thread

Remarks
 
Call ResetProgressParallel before starting the parallel loop.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition