Gets/sets value specifying maximum time for which object can be locked.

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

Syntax

Visual Basic

Public Overridable Property Timeout As Integer

C#

public virtual int Timeout { get; set; }

Property Value

Value specifying maximum time for which object can be locked. You can set -1 for infinite timeout.

Remarks

When the object is locked for more time than specified with this property, the object is automatically unlocked and currently running operation is aborted.

Default value is -1 (infinite value).