ComputeModeOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shared/dedicated workers.
public enum ComputeModeOption
type ComputeModeOption =
Public Enum ComputeModeOption
- Inheritance
-
ComputeModeOption
Fields
Name | Value | Description |
---|---|---|
Shared | 0 | Shared. |
Dedicated | 1 | Dedicated. |
Dynamic | 2 | Dynamic. |