IBuildService.RequestBuildProgressChangedEventsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request that BuildProgressChanged events be raised. If this method is not called, instances of IBuildService will not raise the BuildProgressChanged event.
public:
System::Threading::Tasks::Task ^ RequestBuildProgressChangedEventsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task RequestBuildProgressChangedEventsAsync (System.Threading.CancellationToken cancellationToken);
abstract member RequestBuildProgressChangedEventsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RequestBuildProgressChangedEventsAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken
A cancellation token.
Returns
A task represeting the async operation.