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。
戻り値
シリアル化された RST メッセージを含む Message オブジェクト。
例外
引数の 1 つは null
です。