Asana.

GetWorkItemByIdAsync(string) Method

Assembly
Cake.Board.Asana.dll
Namespace
Cake.Board.Asana
Containing Type
Asana

Syntax

public Task<IWorkItem> GetWorkItemByIdAsync(string id)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
id string

Return Value

Type Description
Task<IWorkItem>