IRequestReplyRouter Interface

.NET Framework (current version)
 

Defines the interface required to process messages from request-reply channels.

Namespace:   System.ServiceModel.Routing
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

[ServiceContractAttribute(Namespace = "http://schemas.microsoft.com/netfx/2009/05/routing", 
	SessionMode = SessionMode::Allowed)]
public interface class IRequestReplyRouter

NameDescription
System_CAPS_pubmethodBeginProcessRequest(Message^, AsyncCallback^, Object^)

Initiates the asynchronous processing of the message.

System_CAPS_pubmethodEndProcessRequest(IAsyncResult^)

Finishes asynchronous execution of message processing.

This contract has the following settings:

  • Sessions are allowed.

.NET Framework
Available since 4.0
Return to top
Show: