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

ISyncHandler.Priority Property

Gets/sets a priority for the auxilary thread.

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

Syntax

Visual Basic
Property Priority As ThreadPriority
C#
                ThreadPriority Priority { get; set; }

Property Value

The priority for the auxilary thread.

Remarks

The higher the priority, the faster the thread completes. But from the other hand, it consumes more resources, and that is why other threads are working slower.

See Also

Reference