|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 3 of file BoundedChannelOptions.cs.