RoutingService.IDuplexSessionRouter.EndProcessMessage(IAsyncResult) Method

Definition

Completes the asynchronous execution of message processing.

 virtual void System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::IDuplexSessionRouter::EndProcessMessage;
void IDuplexSessionRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.IDuplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements IDuplexSessionRouter.EndProcessMessage

Parameters

Implements

Remarks

For more information on using the IDuplexSessionRouter contract, see IDuplexSessionRouter.

Applies to