IGraphClientAsync.ListTaskListsAsync
IGraphClientAsync.ListTaskListsAsync method
Asynchronously lists task lists.
public Task<TaskListInfoCollection> ListTaskListsAsync(ODataQueryBuilder queryBuilder = null,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering task lists. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the collection of TaskListInfo.
See Also
- class TaskListInfoCollection
- class ODataQueryBuilder
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email