GetBuildContainersAsync(System.Threading.CancellationToken cancellationToken) Method

Returns the containers attached to the current build.

Syntax

public abstract Task<IEnumerable<AttachedContainer>> GetBuildContainersAsync(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Returns

List of containers attached to the current build.