RoutingService.IDuplexSessionRouter.EndProcessMessage(IAsyncResult) Methode

Definition

Schließt die asynchrone Ausführung der Meldungsverarbeitung ab.

 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

Parameter

result
IAsyncResult

Das IAsyncResult-Ergebnis, das durch den Aufruf von IDuplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object) zurückgegeben wird.

Implementiert

Hinweise

Weitere Informationen zur Verwendung des IDuplexSessionRouter-Vertrags finden Sie unter IDuplexSessionRouter.

Gilt für: