AgentTaskResult Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::AgentTaskResult

public ref class AgentTaskResult 

NameDescription
System_CAPS_pubpropertyAgentTaskInformation

Gets the names of targeted agents and the IDs for a batch of completed tasks.

System_CAPS_pubpropertyMonitoringTaskResults

Obsolete.Gets monitoring information for a batch of completed tasks.

System_CAPS_pubpropertyTaskResults

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetAgentOperationResult(TaskResult^)

Gets the result of a specific task that affected an agent.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Examples of tasks that target agents 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: