ITaskManagementConnector Interface
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.
Interface for task list connections (e.g. Microsoft To-Do).
public interface ITaskManagementConnector
type ITaskManagementConnector = interface
Public Interface ITaskManagementConnector
- Derived
Methods
| AddTaskAsync(String, TaskManagementTask, CancellationToken) |
Add a task to the specified list. |
| DeleteTaskAsync(String, String, CancellationToken) |
Delete a task from a task list. |
| GetDefaultTaskListAsync(CancellationToken) |
Get the default task list. |
| GetTaskListsAsync(CancellationToken) |
Get all the task lists. |
| GetTasksAsync(String, Boolean, CancellationToken) |
Get the all tasks in a task list. |