Share via


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입니다.

적용 대상