AgentTaskResult Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.AgentTaskResult

Syntax

public class AgentTaskResult
public ref class AgentTaskResult 
type AgentTaskResult = class end
Public Class AgentTaskResult

Properties

Name Description
System_CAPS_pubproperty AgentTaskInformation

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

System_CAPS_pubproperty MonitoringTaskResults

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

System_CAPS_pubproperty TaskResults

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetAgentOperationResult(TaskResult)

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

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

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

Microsoft.EnterpriseManagement.Administration Namespace

Return to top