BasicWorkItemMaxBusyTime Property |
The maximum time a workItem may be busy until it is aborted. Must be > 0 to be taken into account.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int MaxBusyTime { get; set; }Public Property MaxBusyTime As Integer
Get
Set
public:
virtual property int MaxBusyTime {
int get () sealed;
void set (int value) sealed;
}abstract MaxBusyTime : int with get, set
override MaxBusyTime : int with get, set
Property Value
Int32Implements
IWorkItemMaxBusyTime
See Also