BoundedChannelOptions.Capacity 속성

정의

바인딩된 채널에서 저장할 수 있는 최대 항목 수를 가져오거나 설정합니다.

public:
 property int Capacity { int get(); void set(int value); };
public int Capacity { get; set; }
member this.Capacity : int with get, set
Public Property Capacity As Integer

속성 값

예외

value 가 음수입니다.

적용 대상