GoogleTasksClient.ListTasksAsync(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.
Lists the tasks for a task list
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskList> ListTasksAsync(string taskListId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTasksAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskList>
override this.ListTasksAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskList>
Public Overridable Function ListTasksAsync (taskListId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TaskList)
Parameters
- taskListId
- String
Task List ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Lists the tasks for a task list response.
Remarks
Lists the tasks for a specific task list.