RoutingService.IDuplexSessionRouter.EndProcessMessage(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成消息处理的异步执行。
virtual void System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::IDuplexSessionRouter::EndProcessMessage;
void IDuplexSessionRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements IDuplexSessionRouter.EndProcessMessage
参数
- result
- IAsyncResult
通过调用 IAsyncResult 返回的 IDuplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)。
实现
注解
有关使用 IDuplexSessionRouter 协定的更多信息,请参见 IDuplexSessionRouter。