Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
const int | Unbounded = -1 |
Package Functions | |
new ExecutionDataflowBlockOptions | DefaultOrClone () |
Static Package Attributes | |
static new readonly ExecutionDataflowBlockOptions | Default = new ExecutionDataflowBlockOptions() |
Properties | |
int | MaxDegreeOfParallelism [get, set] |
bool | SingleProducerConstrained [get, set] |
int | ActualMaxDegreeOfParallelism [get] |
bool | SupportsParallelExecution [get] |
TaskScheduler | TaskScheduler [get, set] |
CancellationToken | CancellationToken [get, set] |
int | MaxMessagesPerTask [get, set] |
int | ActualMaxMessagesPerTask [get] |
int | BoundedCapacity [get, set] |
string | NameFormat [get, set] |
bool | EnsureOrdered [get, set] |
Private Attributes | |
int | _maxDegreeOfParallelism = 1 |
bool | _singleProducerConstrained |
TaskScheduler | _taskScheduler = System.Threading.Tasks.TaskScheduler.Default |
CancellationToken | _cancellationToken = CancellationToken.None |
int | _maxMessagesPerTask = -1 |
int | _boundedCapacity = -1 |
string | _nameFormat = "{0} Id={1}" |
bool | _ensureOrdered = true |
Definition at line 6 of file ExecutionDataflowBlockOptions.cs.