MessageHeaders.HaveMandatoryHeadersBeenUnderstood 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
표시된 MustUnderstand 모든 메시지 헤더가 제대로 해석되고 처리되었는지 확인합니다.
오버로드
| Name | Description |
|---|---|
| HaveMandatoryHeadersBeenUnderstood() |
표시된 |
| HaveMandatoryHeadersBeenUnderstood(String[]) |
지정된 받는 사람이 로 표시된 |
HaveMandatoryHeadersBeenUnderstood()
- Source:
- MessageHeaders.cs
- Source:
- MessageHeaders.cs
- 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
- Source:
- MessageHeaders.cs
- 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됩니다.