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)

完成消息处理的异步执行。

适用于