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