|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
| const int | Unbounded = -1 |
Package Functions | |
| DataflowBlockOptions | DefaultOrClone () |
Static Package Attributes | |
| static readonly DataflowBlockOptions | Default = new DataflowBlockOptions() |
Properties | |
| 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 | |
| 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 DataflowBlockOptions.cs.