RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) 方法
定义
完成消息处理的异步执行。Finishes asynchronous execution of message processing.
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
参数
- result
- IAsyncResult
通过调用 IAsyncResult 返回的 ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)。The IAsyncResult returned by the call to ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object).
实现
注解
有关使用 ISimplexSessionRouter 协定的更多信息,请参见 ISimplexSessionRouter。For more information on using the ISimplexSessionRouter contract, see ISimplexSessionRouter.