AgentTaskResult.AgentTaskInformation Property
Applies To: Operations Manager for System Center 2012
Gets the names of targeted agents and the IDs for a batch of completed tasks.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AgentTaskInformation AgentTaskInformation { get; }
public:
property AgentTaskInformation^ AgentTaskInformation {
AgentTaskInformation^ get();
}
member AgentTaskInformation : AgentTaskInformation with get
Public ReadOnly Property AgentTaskInformation As AgentTaskInformation
Property Value
Type: Microsoft.EnterpriseManagement.Administration.AgentTaskInformation
Returns a AgentTaskInformation object that contains information about a batch of completed tasks.
Remarks
The information allows you to determine the name of the agent affected by a specific task in the batch.
See Also
AgentTaskResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top