RoutingService.ISimplexDatagramRouter.EndProcessMessage(IAsyncResult) 方法
定义
完成消息处理的异步执行。Finishes asynchronous execution of message processing.
virtual void System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::ISimplexDatagramRouter::EndProcessMessage;
void ISimplexDatagramRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.ISimplexDatagramRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements ISimplexDatagramRouter.EndProcessMessage
参数
- result
- IAsyncResult
通过调用 IAsyncResult 返回的 ISimplexDatagramRouter.BeginProcessMessage(Message, AsyncCallback, Object)。The IAsyncResult returned by the call to ISimplexDatagramRouter.BeginProcessMessage(Message, AsyncCallback, Object).
实现
注解
有关使用 ISimplexDatagramRouter 协定的更多信息,请参见 ISimplexDatagramRouter。For more information on using the ISimplexDatagramRouter contract, see ISimplexDatagramRouter.