Condividi tramite


IUpdateReceiver.UpdateAsync(Update, CancellationToken) Metodo

Definizione

Invia un batch di aggiornamenti delle proprietà al 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

Parametri

update
Update

Batch di notifiche di aggiornamento.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Attività per tenere traccia dello stato della chiamata asincrona.

Si applica a