WorkUnit.UpdateProgressTo100 Method

Set the progress bar to 100% and forces screen update.
Protected Friend Sub UpdateProgressTo100( _ 
ByVal text As String, _ 
ByVal worker As BackgroundWorker
)
This language is not supported or no code example is available.
internal protected void UpdateProgressTo100( 
string text
BackgroundWorker worker 
)
This language is not supported or no code example is available.

Parameters

text
string

worker
BackgroundWorker

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition