Share via


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

シリアル化された RST メッセージを含む Message オブジェクト。

例外

引数の 1 つは null です。

適用対象