IUpdateReceiver.UpdateAsync(Update, CancellationToken) Method

Definition

Sends a batch of property updates to the 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

Parameters

update
Update

A batch of update notifications.

cancellationToken
CancellationToken

Cancellation token.

Returns

Task to track the asynchronous call status.

Applies to