This documentation is for the old version. Go to the latest Graphics Mill docs

SyncHandler.WaitForCompletion Method

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.

See Also

Reference