BoundedChannelOptions(Int32) Constructor

Definitie

Initialiseert de opties.

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

Parameters

capacity
Int32

Het maximum aantal items dat het begrensde kanaal kan opslaan.

Uitzonderingen

capacity is negatief.

Van toepassing op