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