Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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