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)
Syntaxpublic static BackgroundWorker GetWorker()
Public Shared Function GetWorker As BackgroundWorker
public:
static BackgroundWorker^ GetWorker()
static member GetWorker : unit -> BackgroundWorker
Return Value
Type:
BackgroundWorkerReturns the current Background Worker.
See Also