Share via


System Center

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

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

Usage

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

returnValue = instance.GetTasks(monitoringObjects, criteria)

Syntax

'Declaration
Function GetTasks(Of T As EnterpriseManagementObject) ( _
    monitoringObjects As IEnumerable(Of T), _
    criteria As ManagementPackTaskCriteria _
) As IList(Of ManagementPackTask)
IList<ManagementPackTask> GetTasks<T> (
    IEnumerable<T> monitoringObjects,
    ManagementPackTaskCriteria criteria
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
IList<ManagementPackTask^>^ GetTasks (
    IEnumerable<T>^ monitoringObjects, 
    ManagementPackTaskCriteria^ criteria
)

GenericParameters

  • T

Parameters

  • monitoringObjects
    The target instances.
  • 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