Click or drag to resize

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.10.0.1777 (2.10.0.1777)
Syntax
[ObsoleteAttribute("TasksPerHost is obsolete; use RecycleSettings.FixedNumberOfTasks instead")]
public int TasksPerHost { get; set; }

Property Value

Type: Int32
See Also

STK Parallel Computing Server 2.10 API for .NET