WSTrustServiceContract.BeginTrust13Validate 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.
Traite un appel asynchrone du message WS-Trust 1.3 Validate.
public:
virtual IAsyncResult ^ BeginTrust13Validate(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrust13Validate (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrust13Validate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrust13Validate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Validate (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- request
- Message
Message de requête entrant.
- callback
- AsyncCallback
Rappel à appeler quand l’opération asynchrone se termine.
- state
- Object
Objet qui contient l’état asynchrone.
Retours
IAsyncResult à repasser à la méthode End correspondante pour terminer l’appel asynchrone.