AsanaCommandAliases.

GetTasksByProjectIdAsync(ICakeContext, IBoard, string) Method

Summary

Fetch the IEnumerable<T> by query Id.
Assembly
Cake.Board.Asana.dll
Namespace
Cake.Board.Asana
Containing Type
AsanaCommandAliases

Syntax

public static Task<IEnumerable<IWorkItem>> GetTasksByProjectIdAsync(this ICakeContext context, IBoard board, string projectId)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
ObsoleteAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext of precess.
board IBoard The Cake.Board.Abstractions.IBoard.
projectId string The project id.

Return Value

Type Description
Task<IEnumerable<IWorkItem>> An IEnumerable<T>.