AgentOperationResult Class

System Center
 

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.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::AgentOperationResult

public ref class AgentOperationResult 

NameDescription
System_CAPS_pubpropertyAgentName

Gets the name of the agent targeted by the task.

System_CAPS_pubpropertyAgentOperation

Gets the name of the completed task.

System_CAPS_pubpropertyDescription

Gets a description of the completed task.

System_CAPS_pubpropertyErrorCode

Gets the error code returned by the completed task.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: