AgentTaskInformation Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents information about a batch of completed tasks that targeted one or more agents on managed computers.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | BatchId | Gets a globally unique identifier (GUID) for this batch of tasks. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAgentName(Guid) | Gets the name of the agent targeted by a specified task. |
![]() | GetAgentNames() | Gets a read-only collection of the names of the agents targeted by the tasks in this batch of tasks. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTaskIds() | Gets a read-only collection of the globally unique identifiers (GUIDs) for the tasks in this batch of tasks. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
AgentTaskResult
M:Microsoft.EnterpriseManagement.Administration.ManagementServer.SubmitInstallAgents(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject},System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.ManagementServer},Microsoft.EnterpriseManagement.Administration.InstallAgentConfiguration,Microsoft.EnterpriseManagement.MonitoringTaskStatusChangeCallback)
M:Microsoft.EnterpriseManagement.Administration.ManagementServer.SubmitRepairAgents(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.AgentManagedComputer},Microsoft.EnterpriseManagement.Administration.RepairAgentConfiguration,Microsoft.EnterpriseManagement.MonitoringTaskStatusChangeCallback)
M:Microsoft.EnterpriseManagement.Administration.ManagementServer.SubmitUninstallAgents(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.AgentManagedComputer},Microsoft.EnterpriseManagement.Administration.UninstallAgentConfiguration,Microsoft.EnterpriseManagement.MonitoringTaskStatusChangeCallback)
Microsoft.EnterpriseManagement.Administration Namespace


