MessageHeaderInfo.MustUnderstand 속성

정의

메시지 헤더에 대한 처리가 필수인지 또는 선택적인지를 나타내는 값을 가져오거나 설정합니다.

public:
 abstract property bool MustUnderstand { bool get(); };
public abstract bool MustUnderstand { get; }
member this.MustUnderstand : bool
Public MustOverride ReadOnly Property MustUnderstand As Boolean

속성 값

메시지 헤더에 대한 처리가 필수이면 true이고, 그렇지 않으면 false입니다.

설명

이 속성이 true 이고 메시지 수신자가 메시지 헤더를 해석할 수 없는 경우 메시지가 처리되지 않고 예외가 throw됩니다. 이 속성이 인 false경우 수신기는 메시지 헤더를 무시하고 처리를 계속할 수 있습니다.

적용 대상