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.9.0.1601 (2.9.0.1601)
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.9 API for .NET