RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) 方法

定义

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

 virtual void System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::ISimplexSessionRouter::EndProcessMessage;
void ISimplexSessionRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements ISimplexSessionRouter.EndProcessMessage

参数

实现

注解

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

适用于