HostRecycleSettingsTaskEnvironmentNoLongerReferenced Property |
Gets or sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool TaskEnvironmentNoLongerReferenced { get; set; }
Public Property TaskEnvironmentNoLongerReferenced As Boolean
Get
Set
Property Value
Type:
Booleantrue or
false indicating whether the host should get recycled after no other currently executing jobs reference the same task environment.
See Also