Compartilhar via


IBuildService.RequestBuildEventsAsync(CancellationToken) Method

Definition

Request that build events be raised. If this method is not called, instances of IBuildService will not raise the BuildableItemsChanged, BuildStarted, or BuildEnded events.

public:
 System::Threading::Tasks::Task ^ RequestBuildEventsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task RequestBuildEventsAsync (System.Threading.CancellationToken cancellationToken);
abstract member RequestBuildEventsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RequestBuildEventsAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

A cancellation token.

Returns

A task represeting the async operation.

Applies to