AgentTaskInformation Class
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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.AgentTaskInformation
Syntax
public class AgentTaskInformation
public ref class AgentTaskInformation
type AgentTaskInformation = class end
Public Class AgentTaskInformation
Properties
Name | Description | |
---|---|---|
BatchId | Gets a globally unique identifier (GUID) for this batch of tasks. |
Methods
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.) |
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.
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.
See Also
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
Return to top