ISimplexSessionRouter インターフェイス

定義

一方向セッション チャネルからのメッセージの処理に必要なインターフェイスを定義します。

public interface class ISimplexSessionRouter
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public interface ISimplexSessionRouter
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)>]
type ISimplexSessionRouter = interface
Public Interface ISimplexSessionRouter
派生
属性

注釈

このコントラクトには、次の設定があります。

  • セッションが必要です。

  • 一方向のメッセージ。

メソッド

BeginProcessMessage(Message, AsyncCallback, Object)

メッセージの非同期処理を開始します。

EndProcessMessage(IAsyncResult)

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

適用対象