Partager via


IUpdateReceiver.UpdateAsync(Update, CancellationToken) Méthode

Définition

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.

S’applique à