IWSTrustFeb2005AsyncContract.BeginTrustFeb2005IssueResponse 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.
Définit la méthode d'émission (Issue)/RSTR asynchrone pour le protocole WS-Trust Feb 2005.
public:
IAsyncResult ^ BeginTrustFeb2005IssueResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")]
public IAsyncResult BeginTrustFeb2005IssueResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")>]
abstract member BeginTrustFeb2005IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005IssueResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- callback
- AsyncCallback
Le délégué AsyncCallback qui reçoit la notification de la fin de l'opération asynchrone.
- state
- Object
Objet qui contient les informations d'état associées à l'opération asynchrone.
Retours
IAsyncResult qui référence l'opération asynchrone.
- Attributs