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.10.0.1777 (2.10.0.1777)
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.10 API for .NET