IRequestReplyRouter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface required to process messages from request-reply channels.
public interface class IRequestReplyRouter
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Allowed)]
public interface IRequestReplyRouter
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Allowed)>]
type IRequestReplyRouter = interface
Public Interface IRequestReplyRouter
- Derived
- Attributes
Remarks
This contract has the following settings:
- Sessions are allowed.
Methods
BeginProcessRequest(Message, AsyncCallback, Object) |
Initiates the asynchronous processing of the message. |
EndProcessRequest(IAsyncResult) |
Finishes asynchronous execution of message processing. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.