IGraphClientAsync.CreateTaskListAsync
IGraphClientAsync.CreateTaskListAsync method
Asynchronously creates a task list.
public Task<TaskListInfo> CreateTaskListAsync(TaskListInfo taskList,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| taskList | TaskListInfo | The TaskListInfo to create. |
| 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 created TaskListInfo.
See Also
- class TaskListInfo
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email