This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Board.AzureBoards.
Summary
Syntax
public static Task<IEnumerable<IWorkItem>> GetWorkItemsByQueryIdAsync(this ICakeContext context, IBoard board, string id)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The ICakeContext of precess. |
board |
IBoard |
The Cake.Board.Abstractions.IBoard . |
id |
string |
The query id. |
Return Value