ITaskConfigurationManagement Interface

Definition

Enables management and configuration of tasks.

public interface class ITaskConfigurationManagement
public interface ITaskConfigurationManagement
type ITaskConfigurationManagement = interface
Public Interface ITaskConfigurationManagement
Derived

Methods

GetConsoleTask(Guid)

Retrieves a console task by using an identifier.

GetConsoleTasks()

Retrieves console tasks.

GetConsoleTasks(EnterpriseManagementObject, ManagementPackConsoleTaskCriteria)

Retrieves all the console tasks targeted toward this monitoring object, based on all the types of the entity and their base types.

GetConsoleTasks(ManagementPackClass, ManagementPackConsoleTaskCriteria, BaseClassTraversalDepth)

Retrieves all the console tasks targeted toward this type.

GetConsoleTasks(ManagementPackConsoleTaskCriteria)

Retrieves the console tasks based on the criteria.

GetConsoleTasks<T>(IEnumerable<T>, ManagementPackConsoleTaskCriteria)

Retrieves all the console tasks in this management group targeted to any of these targeted instances.

GetTask(Guid)

Retrieves a task by using an identifier.

GetTasks()

Retrieves tasks.

GetTasks(EnterpriseManagementObject, ManagementPackTaskCriteria)

Retrieves all the tasks targeted toward this monitoring object, based on all the types of the entity and their base types.

GetTasks(ManagementPackClass, ManagementPackTaskCriteria, BaseClassTraversalDepth)

Retrieves all the tasks targeted toward this type.

GetTasks(ManagementPackTaskCriteria)

Retrieves tasks based on the criteria.

GetTasks<T>(IEnumerable<T>, ManagementPackTaskCriteria)

Retrieves all the tasks in this management group targeted to any of these instances..

Applies to