ShellBrowser .Net Edition
AllowAbortUponExceedingTimeLimit Property
NamespacesJam.ShellBasicWorkItemAllowAbortUponExceedingTimeLimit
Whether to allow aborting the HandleWorkItem()()() method if the maximum busy time exceeded. Per default this value is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool AllowAbortUponExceedingTimeLimit { get; protected set; }
Public Property AllowAbortUponExceedingTimeLimit As Boolean
public:
virtual property bool AllowAbortUponExceedingTimeLimit {
	bool get () sealed;
	void set (bool value) sealed;
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)