IWSTrustContract.BeginRenew(Message, AsyncCallback, Object) Methode

Definition

Die asynchrone Begin-Methode für die WS-Trust Renew binding.

public:
 IAsyncResult ^ BeginRenew(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ asyncState);
[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Renew", ReplyAction="*")]
public IAsyncResult BeginRenew(System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);
[<System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Renew", ReplyAction="*")>]
abstract member BeginRenew : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginRenew (message As Message, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameter

message
Message

A Message that represents the request message, which contains the RST.

callback
AsyncCallback

Eine optionale AsyncCallback Stellvertretung, die aufgerufen werden soll, wenn die Übermittlung abgeschlossen ist.

asyncState
Object

Ein vom Benutzer bereitgestelltes Objekt, das diese spezielle asynchrone Sendeanforderung von anderen Anforderungen unterscheidet.

Gibt zurück

Ein IAsyncResult Objekt, das den asynchronen Sendevorgang darstellt, der noch aussteht.

Attribute

Gilt für: