AgentTaskResult Class
Applies To: Operations Manager for System Center 2012
Represents information and results for a batch of completed tasks that targeted agents on managed computers.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.AgentTaskResult
Syntax
public class AgentTaskResult
public ref class AgentTaskResult
type AgentTaskResult = class end
Public Class AgentTaskResult
Properties
Name | Description | |
---|---|---|
AgentTaskInformation | Gets the names of targeted agents and the IDs for a batch of completed tasks. |
|
MonitoringTaskResults | Obsolete.Gets monitoring information for a batch of completed tasks. |
|
TaskResults |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetAgentOperationResult(TaskResult) | Gets the result of a specific task that affected an agent. |
|
GetHashCode() | (Inherited from Object.) |
|
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.
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
Microsoft.EnterpriseManagement.Administration Namespace
Return to top