WorkerSizeOptions 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.
The size of a web worker.
public enum WorkerSizeOptions
type WorkerSizeOptions =
Public Enum WorkerSizeOptions
- Inheritance
-
WorkerSizeOptions
Fields
Name | Value | Description |
---|---|---|
Small | 0 | |
Medium | 1 | |
Large | 2 |