AgentOperationResult Class
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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.AgentOperationResult
Syntax
public class AgentOperationResult
public ref class AgentOperationResult
type AgentOperationResult = class end
Public Class AgentOperationResult
Properties
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. |
Methods
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.) |
Remarks
Agent operations 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
M:Microsoft.EnterpriseManagement.Administration.AgentTaskResult.GetAgentOperationResult(Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskResult)
Microsoft.EnterpriseManagement.Administration Namespace
Return to top