ISimplexDatagramRouter インターフェイス

定義

一方向データグラムからのメッセージの処理に必要なインターフェイスを定義します。

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

注釈

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

  • セッションは許可されますが、必須ではありません。

  • 一方向のメッセージ。

メソッド

BeginProcessMessage(Message, AsyncCallback, Object)

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

EndProcessMessage(IAsyncResult)

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

適用対象