RoutingService.IDuplexSessionRouter.EndProcessMessage(IAsyncResult) 方法

定义

完成消息处理的异步执行。

 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

参数

实现

注解

有关使用 IDuplexSessionRouter 协定的更多信息,请参见 IDuplexSessionRouter

适用于