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)

Usage

Visual Basic
Dim instance As AgentTaskResult
Dim value As AgentTaskInformation

value = instance.AgentTaskInformation

Syntax

Visual Basic
Public ReadOnly Property AgentTaskInformation As AgentTaskInformation
C#
public AgentTaskInformation AgentTaskInformation { get; }
C++
public:
property AgentTaskInformation^ AgentTaskInformation {
		AgentTaskInformation^ get ();
}
J#
/** @property */
public AgentTaskInformation get_AgentTaskInformation ()
JScript
public function get AgentTaskInformation () : AgentTaskInformation

Property Value

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


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.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also