IWSTrust13AsyncContract.BeginTrust13IssueResponse 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 1.3.
public:
IAsyncResult ^ BeginTrust13IssueResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", AsyncPattern=true, Name="Trust13IssueResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13IssueResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", AsyncPattern=true, Name="Trust13IssueResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13IssueResponse (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