AsyncTaskBaseWaitForCompletion Method
Waits for the task to complete. This method blocks the calling thread until the task is completed.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public void WaitForCompletion()
Public Sub WaitForCompletion
public:
void WaitForCompletion()
member WaitForCompletion : unit -> unit