IGraphClientAsync.UpdateTaskListAsync

IGraphClientAsync.UpdateTaskListAsync method

Asynchronously updates a task list.

public Task<TaskListInfo> UpdateTaskListAsync(TaskListInfo taskList, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
taskListTaskListInfoThe TaskListInfo to update.
cancellationTokenCancellationTokenA 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 updated TaskListInfo.

See Also