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)

完成訊息處理的非同步執行。

適用於