RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine l'exécution asynchrone du traitement du message.
virtual void System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage(IAsyncResult ^ result) = System::ServiceModel::Routing::ISimplexSessionRouter::EndProcessMessage;
void ISimplexSessionRouter.EndProcessMessage (IAsyncResult result);
abstract member System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
override this.System.ServiceModel.Routing.ISimplexSessionRouter.EndProcessMessage : IAsyncResult -> unit
Sub EndProcessMessage (result As IAsyncResult) Implements ISimplexSessionRouter.EndProcessMessage
Paramètres
- result
- IAsyncResult
IAsyncResult retourné par l'appel à ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)
Implémente
Remarques
Pour plus d'informations sur l'utilisation du contrat ISimplexSessionRouter, consultez ISimplexSessionRouter.