Udostępnij za pośrednictwem


IDuplexSessionRouter Interfejs

Definicja

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

public interface class IDuplexSessionRouter
[System.ServiceModel.ServiceContract(CallbackContract=typeof(System.ServiceModel.Routing.IDuplexRouterCallback), Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public interface IDuplexSessionRouter
[<System.ServiceModel.ServiceContract(CallbackContract=typeof(System.ServiceModel.Routing.IDuplexRouterCallback), Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)>]
type IDuplexSessionRouter = interface
Public Interface IDuplexSessionRouter
Pochodne
Atrybuty

Uwagi

Ten kontrakt ma następujące ustawienia:

  • Sesje są wymagane.

Metody

BeginProcessMessage(Message, AsyncCallback, Object)

Inicjuje asynchroniczne przetwarzanie komunikatu.

EndProcessMessage(IAsyncResult)

Kończy asynchroniczne wykonywanie przetwarzania komunikatów.

Dotyczy