MessageProperties.AllowOutputBatching 속성

정의

전송에 메시지를 제공하기 전에 이 메시지를 저장할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool AllowOutputBatching { bool get(); void set(bool value); };
public bool AllowOutputBatching { get; set; }
member this.AllowOutputBatching : bool with get, set
Public Property AllowOutputBatching As Boolean

속성 값

true나가는 메시지의 일괄 처리가 허용되는 경우 그렇지 않으면 . false

적용 대상