WSTrustServiceContract.EndDispatchRequest(IAsyncResult) Метод

Определение

Завершает асинхронный вызов DispatchRequest(DispatchContext).

protected:
 virtual System::ServiceModel::Security::DispatchContext ^ EndDispatchRequest(IAsyncResult ^ ar);
protected virtual System.ServiceModel.Security.DispatchContext EndDispatchRequest (IAsyncResult ar);
abstract member EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
override this.EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
Protected Overridable Function EndDispatchRequest (ar As IAsyncResult) As DispatchContext

Параметры

ar
IAsyncResult

Объект IAsyncResult, возвращенный при вызове метода BeginDispatchRequest(DispatchContext, AsyncCallback, Object).

Возвращаемое значение

DispatchContext

Объект DispatchContext, предоставляющий свойства, которые определяют ответное сообщение и действие.

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