IWSTrust13AsyncContract.BeginTrust13RenewResponse Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce il metodo RSTR/Renew asincrono per il protocollo WS-Trust 1.3.
public:
IAsyncResult ^ BeginTrust13RenewResponse(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/Renew", AsyncPattern=true, Name="Trust13RenewResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13RenewResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", AsyncPattern=true, Name="Trust13RenewResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13RenewResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13RenewResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Parametri
- callback
- AsyncCallback
Delegato AsyncCallback che riceve la notifica del completamento dell'operazione asincrona.
- state
- Object
Oggetto contenente le informazioni sullo stato associate all'operazione asincrona.
Restituisce
L'interfaccia IAsyncResult che fa riferimento all' operazione asincrona.
- Attributi