CpuArchitecture Enumeration |
Namespace: AGI.Parallel.Infrastructure
| Member name | Value | Description | |
|---|---|---|---|
| Any | 0 | Compatible with any processor type (i.e. both x86 and x64). | |
| x86 | 1 | x86 specific CPU type. | |
| x64 | 2 | x64 specific CPU type. |
STK Parallel Computing Server 2.10 API for .NET