Share via


IWSTrustContract.EndValidate(IAsyncResult) 메서드

정의

WS-Trust Validate 바인딩에 대한 비동기 End 메서드입니다.

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

전송 중인 비동기 I/O 요청에 대한 참조입니다.

반환

Message

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

적용 대상