RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) Methode

Definition

Beendet die asynchrone Ausführung der Meldungsverarbeitung.

 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

Parameter

result
IAsyncResult

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

Implementiert

Hinweise

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

Gilt für