Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.DataflowBlockOptions Class Reference

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
 

Detailed Description

Definition at line 6 of file DataflowBlockOptions.cs.


The documentation for this class was generated from the following file: