Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / WorkUnit Class / UpdateProgressParallel Method
The total number of steps
The progress bar text
The background worker thread

In This Topic
    UpdateProgressParallel Method
    In This Topic
    Updates the progress bar value for a parallel loop.
    Syntax
    'Declaration
     
    Protected Friend Sub UpdateProgressParallel( _
       ByVal total As Double, _
       ByVal text As String, _
       ByVal worker As BackgroundWorker _
    ) 
    protected internal void UpdateProgressParallel( 
       double total,
       string text,
       BackgroundWorker worker
    )

    Parameters

    total
    The total number of steps
    text
    The progress bar text
    worker
    The background worker thread
    Remarks
    Call ResetProgressParallel before starting the parallel loop.
    See Also