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, _ 
ByVal ParamArray args As String() _ 
)
This language is not supported or no code example is available.
internal protected void UpdateProgressParallel( 
double total
string text
BackgroundWorker worker
params string[] args 
)
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

args
string[]

A string array that contains zero or more strings to format for the progress bar text

Remarks
 
Call ResetProgressParallel before starting the parallel loop.

.NET Framework

Supported in: 4.8

In this article

Definition