AsyncTaskBaseSetCompleted Method

Sets the task as completed, allowing any waiting threads to proceed.

Definition

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

See Also