IRequestReplyRouter.EndProcessRequest(IAsyncResult) 方法
定义
完成消息处理的异步执行。Finishes asynchronous execution of message processing.
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) 返回的异步结果。The asynchronous result returned by the call to BeginProcessRequest(Message, AsyncCallback, Object).
返回
答复。The reply.