次の方法で共有


IRequestReplyRouter.EndProcessRequest(IAsyncResult) メソッド

定義

メッセージ処理の非同期実行を終了します。

public:
 System::ServiceModel::Channels::Message ^ EndProcessRequest(IAsyncResult ^ result);
public System.ServiceModel.Channels.Message EndProcessRequest (IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndProcessRequest (result As IAsyncResult) As Message

パラメーター

result
IAsyncResult

BeginProcessRequest(Message, AsyncCallback, Object) の呼び出しから返される非同期の結果。

戻り値

Message

応答。

適用対象