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; }
Public Property HostArchitecture As CpuArchitecture
Get
Set
Property Value
Type:
CpuArchitectureRemarks By specifying this property, the
Task can be assured
it is executed in a Host that supports this type of CPU architecture.
See Also