Share via


WSTrustServiceContract.EndProcessCore Metodo

Definizione

Completa una chiamata asincrona al servizio STS.

protected:
 virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore (IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message

Parametri

ar
IAsyncResult

Oggetto IAsyncResult restituito dalla chiamata al metodo Begin asincrono.

requestAction
String

Azione SOAP di richiesta.

responseAction
String

Azione SOAP di risposta.

trustNamespace
String

URI dello spazio dei nomi della versione corrente di WS-Trust.

Restituisce

Message

Oggetto Message che contiene il messaggio RST serializzato.

Eccezioni

Uno degli argomenti è null.

Si applica a