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.9.0.1601 (2.9.0.1601)
Syntax public 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