PlannerClient.ListTasksAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List tasks
public virtual Azure.AsyncPageable<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse> ListTasksAsync(string planId, string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTasksAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse>
override this.ListTasksAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse>
Public Overridable Function ListTasksAsync (planId As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GetTaskResponse)
Parameters
- planId
- String
Plan Id
- groupId
- String
Group Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
An async enumerable of GetTaskResponse items across all pages.
Remarks
List the tasks in a plan.