public final class NumberOfThreads
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
Default
The default value.
|
static int |
Eight
Eight threads.
|
static int |
Five
Five threads.
|
static int |
Four
Four threads.
|
static int |
One
One thread.
|
static int |
Seven
Seven threads.
|
static int |
Six
Six threads.
|
static int |
Three
Three threads.
|
static int |
Two
Two threads.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Default
The default value.
public static final int One
One thread.
public static final int Two
Two threads.
public static final int Three
Three threads.
public static final int Four
Four threads.
public static final int Five
Five threads.
public static final int Six
Six threads.
public static final int Seven
Seven threads.
public static final int Eight
Eight threads.