BasicWorkItemAllowAbortUponExceedingTimeLimit Property |
Whether to allow aborting the
HandleWorkItem method if the
maximum busy time exceeded. Per default this value is true.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
BooleanImplements
IWorkItemAllowAbortUponExceedingTimeLimit
See Also