RoutingService.ISimplexDatagramRouter.EndProcessMessage(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成訊息處理的非同步執行。
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)。
實作
備註
如需使用 ISimplexDatagramRouter 合約的詳細資訊,請參閱 ISimplexDatagramRouter。