MessageHeaders.HaveMandatoryHeadersBeenUnderstood 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MustUnderstand
로 표시된 모든 메시지 헤더가 제대로 해석되고 처리되는지 여부를 확인합니다.
오버로드
HaveMandatoryHeadersBeenUnderstood() |
|
HaveMandatoryHeadersBeenUnderstood(String[]) |
지정된 수신자가 |
HaveMandatoryHeadersBeenUnderstood()
- Source:
- MessageHeaders.cs
MustUnderstand
로 표시된 모든 메시지 헤더가 제대로 해석되고 처리되는지 여부를 확인합니다.
public:
bool HaveMandatoryHeadersBeenUnderstood();
public bool HaveMandatoryHeadersBeenUnderstood ();
member this.HaveMandatoryHeadersBeenUnderstood : unit -> bool
Public Function HaveMandatoryHeadersBeenUnderstood () As Boolean
반환
true
로 지정된 수신자가 actors
로 표시된 모든 메시지 헤더를 제대로 해석하고 처리하면 MustUnderstand
이고, 그렇지 않으면 false
입니다.
설명
메시지 수신자가 로 표시된 MustUnderstand
메시지 헤더를 해석할 수 없는 경우 메시지가 처리되지 않고 예외가 throw됩니다.
적용 대상
HaveMandatoryHeadersBeenUnderstood(String[])
- Source:
- MessageHeaders.cs
지정된 수신자가 MustUnderstand
로 표시된 모든 메시지 헤더를 제대로 해석하고 처리했는지 여부를 확인합니다.
public:
bool HaveMandatoryHeadersBeenUnderstood(... cli::array <System::String ^> ^ actors);
public bool HaveMandatoryHeadersBeenUnderstood (params string[] actors);
member this.HaveMandatoryHeadersBeenUnderstood : string[] -> bool
Public Function HaveMandatoryHeadersBeenUnderstood (ParamArray actors As String()) As Boolean
매개 변수
- actors
- String[]
메시지 헤더의 대상 수신자입니다.
반환
true
로 지정된 수신자가 actors
로 표시된 모든 메시지 헤더를 제대로 해석하고 처리하면 MustUnderstand
이고, 그렇지 않으면 false
입니다.
설명
메시지 수신자가 로 표시된 MustUnderstand
메시지 헤더를 해석할 수 없는 경우 메시지가 처리되지 않고 예외가 throw됩니다.
적용 대상
.NET