GoogleTasksClient.ListTaskListsAsync(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 task lists
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskListList> ListTaskListsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ListTaskListsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskListList>
override this.ListTaskListsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleTasks.Models.TaskListList>
Public Overridable Function ListTaskListsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of TaskListList)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List task lists response.
Remarks
List all task lists.