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
System_CAPS_pubproperty AgentName

Gets the name of the agent targeted by the task.

System_CAPS_pubproperty AgentOperation

Gets the name of the completed task.

System_CAPS_pubproperty Description

Gets a description of the completed task.

System_CAPS_pubproperty ErrorCode

Gets the error code returned by the completed task.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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