AsanaCommandAliases.

GetTasksByProjectIdAsync(ICakeContext, string, 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, string personalAccessToken, string projectId)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
ObsoleteAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext of precess.
personalAccessToken string The personal access token.
projectId string The project id.

Return Value

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