API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / AddProgressBackgroundWork Method
The Progress at work.
The work to be done.

In This Topic
    AddProgressBackgroundWork Method
    In This Topic
    Allows the user to add a progress bar when main thread is working.
    Syntax
    public void AddProgressBackgroundWork( 
       Progress pProgress,
       BackgroundProgressWorkDelegate workDelegate
    )
    public:
    void AddProgressBackgroundWork( 
       Progress^ pProgress,
       BackgroundProgressWorkDelegate^ workDelegate
    ) 

    Parameters

    pProgress
    The Progress at work.
    workDelegate
    The work to be done.
    See Also