ISimplexDatagramRouter Interfejs

Definicja

Definiuje interfejs wymagany do przetwarzania komunikatów z prostego datagramu.

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
Pochodne
Atrybuty

Uwagi

Ten kontrakt ma następujące ustawienia:

  • Sesje są dozwolone, ale nie są wymagane.

  • Jednokierunkowe komunikaty.

Metody

BeginProcessMessage(Message, AsyncCallback, Object)

Inicjuje asynchroniczne przetwarzanie komunikatu.

EndProcessMessage(IAsyncResult)

Kończy asynchroniczne wykonywanie przetwarzania komunikatów.

Dotyczy