次の方法で共有


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

定義

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

 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

パラメーター

実装

注釈

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

適用対象