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

속성 값

Int32

최대 메시지 수입니다. 기본값은 무제한의 메시지 수를 나타내는 -1입니다.

적용 대상