TaskEnvironmentTasksPerHost Property |
Note: This API is now obsolete.
Gets or sets the number of tasks this environment will execute before shutting down.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax [ObsoleteAttribute("TasksPerHost is obsolete; use RecycleSettings.FixedNumberOfTasks instead")]
public int TasksPerHost { get; set; }
<ObsoleteAttribute("TasksPerHost is obsolete; use RecycleSettings.FixedNumberOfTasks instead")>
Public Property TasksPerHost As Integer
Get
Set
Property Value
Type:
Int32See Also