RoutingService.ISimplexSessionRouter.EndProcessMessage(IAsyncResult) Метод

Определение

Завершает асинхронную обработку сообщения.

 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

Параметры

result
IAsyncResult

Объект IAsyncResult, возвращенный из вызова ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object).

Реализации

Комментарии

Дополнительные сведения об использовании контракта ISimplexSessionRouter см. в разделе ISimplexSessionRouter.

Применяется к