Suspends the calling thread until the operation currently run is completed.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Overridable Sub WaitForCompletion

C#

public virtual void WaitForCompletion()

Remarks

If SynchronizationMode is Sync, this method do nothing.