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.1
Syntax public bool AllowAbortUponExceedingTimeLimit { get; protected set; }
Public Property AllowAbortUponExceedingTimeLimit As Boolean
Get
Protected Set
public:
virtual property bool AllowAbortUponExceedingTimeLimit {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract AllowAbortUponExceedingTimeLimit : bool with get, set
override AllowAbortUponExceedingTimeLimit : bool with get, set
Property Value
Type:
BooleanImplements
IWorkItemAllowAbortUponExceedingTimeLimitSee Also