WSTrustServiceContract.EndProcessCore Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt een asynchrone aanroep naar de STS voltooid.
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
Parameters
- ar
- IAsyncResult
De IAsyncResult aanroep naar de asynchrone beginmethode die is geretourneerd door de aanroep.
- requestAction
- String
De SOAP-actie van de aanvraag.
- responseAction
- String
De antwoord SOAP-actie.
- trustNamespace
- String
De naamruimte-URI van de huidige WS-Trust versie.
Retouren
Een Message object dat het geserialiseerde RST-bericht bevat.
Uitzonderingen
Een van de argumenten is null.