次の方法で共有


BoundedChannelOptions(Int32) コンストラクター

定義

オプションを初期化します。

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

パラメーター

capacity
Int32

制限付きチャネルによって格納できる項目の最大数。

適用対象