RoutingService.IDuplexSessionRouter.EndProcessMessage(IAsyncResult) メソッド

定義

メッセージ処理の非同期の実行を完了します。

 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

パラメーター

実装

注釈

IDuplexSessionRouter コントラクトの使用方法の詳細については、「IDuplexSessionRouter」を参照してください。

適用対象