WSTrustServiceContract.BeginProcessCore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gère un appel asynchrone au service STS.
protected:
virtual IAsyncResult ^ BeginProcessCore(System::ServiceModel::Channels::Message ^ requestMessage, System::IdentityModel::Protocols::WSTrust::WSTrustRequestSerializer ^ requestSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ responseSerializer, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace, AsyncCallback callback, object state);
abstract member BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
override this.BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- requestMessage
- Message
Message de requête entrant.
- requestSerializer
- WSTrustRequestSerializer
Sérialiseur de requêtes WS-Trust.
- responseSerializer
- WSTrustResponseSerializer
Sérialiseur de réponses WS-Trust.
- requestAction
- String
Action SOAP de requête.
- responseAction
- String
Action SOAP de réponse.
- trustNamespace
- String
URI d’espace de noms de la version WS-Trust de la requête entrante.
- callback
- AsyncCallback
Rappel qui est appelé une fois l’appel asynchrone terminé.
- state
- Object
Objet qui contient les informations d’état de cet appel asynchrone.
Retours
IAsyncResult à repasser à la méthode End pour terminer l’appel asynchrone.
Exceptions
L’un des arguments est null.