다음을 통해 공유


WSTrustServiceContract.EndProcessCore 메서드

정의

STS에 대한 비동기 호출을 완료합니다.

protected:
 virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore (IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message

매개 변수

ar
IAsyncResult

비동기 시작 메서드 호출에 의해 반환된 IAsyncResult 입니다.

requestAction
String

요청 SOAP 작업입니다.

responseAction
String

응답 SOAP 작업입니다.

trustNamespace
String

현재 WS-Trust 버전의 네임스페이스 URI입니다.

반환

Message

serialize된 RST 메시지를 포함하는 Message 개체입니다.

예외

인수 중 하나가 null입니다.

적용 대상