RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Kończy asynchroniczne wykonywanie przetwarzania komunikatów.
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
Parametry
- result
- IAsyncResult
Zwrócony IAsyncResult przez wywołanie . ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)
Implementuje
Uwagi
Aby uzyskać więcej informacji na temat korzystania z kontraktu ISimplexSessionRouter, zobacz ISimplexSessionRouter .