IGraphClientAsync.GetTaskListAsync
IGraphClientAsync.GetTaskListAsync method
Asynchronously fetches a task list by its ID.
public Task<TaskListInfo> GetTaskListAsync(string id, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | The ID of the task list to fetch. |
| 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 fetched TaskListInfo.
See Also
- class TaskListInfo
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email