IWSTrustContract.EndValidate(IAsyncResult) 메서드

정의

WS-Trust 유효성 검사 바인딩에 대한 비동기 엔드 메서드입니다.

public:
 System::ServiceModel::Channels::Message ^ EndValidate(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndValidate(IAsyncResult asyncResult);
abstract member EndValidate : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndValidate (asyncResult As IAsyncResult) As Message

매개 변수

asyncResult
IAsyncResult

미해결 비동기 보내기 요청에 대한 참조입니다.

반품

Message RSTR을 포함하는 응답 메시지를 나타내는 A입니다.

적용 대상