WSTrustServiceContract.EndProcessCore 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
반환
serialize된 RST 메시지를 포함하는 Message 개체입니다.
예외
인수 중 하나가 null
입니다.