DataflowBlockOptions.BoundedCapacity 속성

정의

블록에 의해 버퍼링될 수 있는 최대 메시지 수를 가져오거나 설정합니다.

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

속성 값

최대 메시지 수입니다. 기본값은 -1로, 메시지 수를 무제한으로 나타냅니다.

적용 대상