IUpdateReceiver.UpdateAsync(Update, CancellationToken) 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.
Envoie un lot de mises à jour de propriétés au client.
public:
System::Threading::Tasks::Task ^ UpdateAsync(Microsoft::VisualStudio::RpcContracts::Commands::Update ^ update, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task UpdateAsync (Microsoft.VisualStudio.RpcContracts.Commands.Update update, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : Microsoft.VisualStudio.RpcContracts.Commands.Update * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateAsync (update As Update, cancellationToken As CancellationToken) As Task
Paramètres
- update
- Update
Lot de notifications de mise à jour.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche de suivi de l’appel asynchrone status.