Udostępnij za pośrednictwem


ISimplexSessionRouter Interfejs

Definicja

Definiuje interfejs wymagany do przetwarzania komunikatów z kanałów sesji simplex.

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

Uwagi

Ten kontrakt ma następujące ustawienia:

  • Sesje są wymagane.

  • Jednokierunkowe komunikaty.

Metody

BeginProcessMessage(Message, AsyncCallback, Object)

Inicjuje asynchroniczne przetwarzanie komunikatu.

EndProcessMessage(IAsyncResult)

Kończy asynchroniczne wykonywanie przetwarzania komunikatów.

Dotyczy