Compartilhar via


ITaskConfigurationManagement.GetTasks Method (ManagementPackTaskCriteria)

Retrieves tasks based on the criteria.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ITaskConfigurationManagement
Dim criteria As ManagementPackTaskCriteria
Dim returnValue As IList(Of ManagementPackTask)

returnValue = instance.GetTasks(criteria)

Syntax

'Declaration
Function GetTasks ( _
    criteria As ManagementPackTaskCriteria _
) As IList(Of ManagementPackTask)
IList<ManagementPackTask> GetTasks (
    ManagementPackTaskCriteria criteria
)
IList<ManagementPackTask^>^ GetTasks (
    ManagementPackTaskCriteria^ criteria
)
IList<ManagementPackTask> GetTasks (
    ManagementPackTaskCriteria criteria
)
function GetTasks (
    criteria : ManagementPackTaskCriteria
) : IList<ManagementPackTask>

Parameters

  • criteria
    The search criteria.

Return Value

Returns IList.

The tasks.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ITaskConfigurationManagement Interface
ITaskConfigurationManagement Members
Microsoft.EnterpriseManagement Namespace