Click or drag to resize

BasicWorkItemAllowAbortUponExceedingTimeLimit Property

Whether to allow aborting the HandleWorkItem method if the maximum busy time exceeded. Per default this value is true.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool AllowAbortUponExceedingTimeLimit { get; protected set; }

Property Value

Type: Boolean

Implements

IWorkItemAllowAbortUponExceedingTimeLimit
See Also