Compartilhar via


BoundedChannelOptions(Int32) Construtor

Definição

Inicializa as opções.

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

Parâmetros

capacity
Int32

O número máximo de itens que o canal limitado pode armazenar.

Aplica-se a