AsyncTaskBaseWaitForCompletion Method

Waits for the task to complete. This method blocks the calling thread until the task is completed.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public void WaitForCompletion()

See Also