Freigeben über


IUpdateReceiver.UpdateAsync(Update, CancellationToken) Methode

Definition

Sendet einen Batch von Eigenschaftenupdates an den 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

Parameter

update
Update

Ein Batch von Updatebenachrichtigungen.

cancellationToken
CancellationToken

Abbruchtoken.

Gibt zurück

Aufgabe zum Nachverfolgen des asynchronen Aufrufs status.

Gilt für: