WriteSTEP.DoWork Method

Does the actual work allowing progress bar update and cancellation.
Protected Friend Overrides Sub DoWork( _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
)
This language is not supported or no code example is available.
internal protected override void DoWork( 
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

worker
BackgroundWorker

The background worker thread

doWorkEventArgs
DoWorkEventArgs

DoWork event arguments

.NET Framework

Supported in: 4.8

In this article

Definition