Compartir a través de


BoundedChannelOptions(Int32) Constructor

Definición

Inicializa las opciones.

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

El número máximo de elementos que puede almacenar el canal delimitado.

Se aplica a