Click or drag to resize

HelperFunctionsProgressBarGetWorker Method

This method will return the Background Worker. Needed in the DoWork Delegate.

Namespace:  AHL
Assembly:  AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static BackgroundWorker GetWorker()

Return Value

Type: BackgroundWorker
Returns the current Background Worker.
See Also