Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Channels.BoundedChannelOptions Class Referencesealed

Public Member Functions

 BoundedChannelOptions (int capacity)
 

Properties

int Capacity [get, set]
 
BoundedChannelFullMode FullMode [get, set]
 
bool SingleWriter [get, set]
 
bool SingleReader [get, set]
 
bool AllowSynchronousContinuations [get, set]
 

Private Attributes

int _capacity
 
BoundedChannelFullMode _mode
 

Detailed Description

Definition at line 3 of file BoundedChannelOptions.cs.


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