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
呼叫非同步 Begin 方法傳回的 IAsyncResult
- requestAction
- String
要求 SOAP 動作。
- responseAction
- String
回應 SOAP 動作。
- trustNamespace
- String
目前 WS-Trust 版本的命名空間 URI。
傳回
包含序列化 RST 訊息的 Message 物件。
例外狀況
其中一個引數是 null
。