Click or drag to resize

TaskEnvironmentHostArchitecture Property

Gets or sets the desired CPU Architecture of the host that executes the task.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public CpuArchitecture HostArchitecture { get; set; }

Property Value

Type: CpuArchitecture
Remarks
By specifying this property, the Task can be assured it is executed in a Host that supports this type of CPU architecture.
See Also

STK Parallel Computing Server 2.9 API for .NET