Sdílet prostřednictvím


BoundedChannelOptions(Int32) Konstruktor

Definice

Inicializuje možnosti.

public:
 BoundedChannelOptions(int capacity);
public BoundedChannelOptions (int capacity);
new System.Threading.Channels.BoundedChannelOptions : int -> System.Threading.Channels.BoundedChannelOptions
Public Sub New (capacity As Integer)

Parametry

capacity
Int32

Maximální počet položek, které může ohraničený kanál uložit.

Platí pro