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
ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object) への呼び出しで返される IAsyncResult。
実装
注釈
ISimplexSessionRouter コントラクトの使用方法の詳細については、「ISimplexSessionRouter」を参照してください。