Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
const int | Unbounded = -1 |
Package Functions | |
new GroupingDataflowBlockOptions | DefaultOrClone () |
Static Package Attributes | |
static new readonly GroupingDataflowBlockOptions | Default = new GroupingDataflowBlockOptions() |
Properties | |
bool | Greedy [get, set] |
long | MaxNumberOfGroups [get, set] |
long | ActualMaxNumberOfGroups [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 | |
bool | _greedy = true |
long | _maxNumberOfGroups = -1L |
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 GroupingDataflowBlockOptions.cs.