Share via


IWSTrust13AsyncContract.BeginTrust13Renew Metodo

Definizione

Definisce il metodo Renew asincrono per il protocollo WS-Trust 1.3.

public:
 IAsyncResult ^ BeginTrust13Renew(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew", AsyncPattern=true, Name="Trust13RenewAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal")]
public IAsyncResult BeginTrust13Renew (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew", AsyncPattern=true, Name="Trust13RenewAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal")>]
abstract member BeginTrust13Renew : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Renew (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parametri

request
Message

Message che rappresenta il messaggio di richiesta che contiene RST.

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

Si applica a