AgentOperationResult Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents the result of a successfully performed action that targeted an agent deployed on a managed computer.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | AgentName | Gets the name of the agent targeted by the task. |
![]() | AgentOperation | Gets the name of the completed task. |
![]() | Description | Gets a description of the completed task. |
![]() | ErrorCode | Gets the error code returned by the completed task. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Agent operations include tasks that install, repair, or uninstall an agent.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


