Represents information about a batch of completed tasks that targeted one or more agents on managed computers. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As AgentTaskInformation

Syntax

Visual Basic
Public Class AgentTaskInformation
C#
public class AgentTaskInformation
C++
public ref class AgentTaskInformation
J#
public class AgentTaskInformation
JScript
public class AgentTaskInformation

Remarks

Examples of tasks that target agents include tasks that install, repair, or uninstall an agent. This class contains information that you can use to obtain the name of an agent affected by a specified task.


Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.AgentTaskInformation

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also