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