AzureBoards.

GetWorkItemsByQueryIdAsync(string, string, string) Method

Syntax

public Task<IEnumerable<IWorkItem>> GetWorkItemsByQueryIdAsync(string queryId, string project, string team)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
queryId string
project string
team string

Return Value

Type Description
Task<IEnumerable<IWorkItem>>