WebClientAsyncResult.AsyncState Propriété
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.
Obtient l'objet fourni dans le dernier paramètre à l'appel asynchrone de la méthode Begin
.
public:
property System::Object ^ AsyncState { System::Object ^ get(); };
public object AsyncState { get; }
member this.AsyncState : obj
Public ReadOnly Property AsyncState As Object
Valeur de propriété
Object fourni dans le dernier paramètre à l'appel de la méthode Begin
.