Edit

Share via


WorkHttpClientBase.GetBoardChartAsync Method

Definition

[Preview API] Get a board chart

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.Work.WebApi.BoardChart> GetBoardChartAsync(Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext teamContext, string board, string name, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetBoardChartAsync : Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.Work.WebApi.BoardChart>
override this.GetBoardChartAsync : Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.Work.WebApi.BoardChart>

Parameters

teamContext
TeamContext

The team context for the operation

board
String

Identifier for board, either board's backlog level name (Eg:"Stories") or Id

name
String

The chart name

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to