AgentTaskInformation.GetTaskIds Method

Updated: April 16, 2012

Gets a read-only collection of the globally unique identifiers (GUIDs) for the tasks in this batch of tasks. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As AgentTaskInformation Dim returnValue As ReadOnlyCollection(Of Guid) returnValue = instance.GetTaskIdsPublic Function GetTaskIds As ReadOnlyCollection(Of Guid)public ReadOnlyCollection<Guid> GetTaskIds ()public: ReadOnlyCollection<Guid>^ GetTaskIds ()public ReadOnlyCollection<Guid> GetTaskIds ()public function GetTaskIds () : ReadOnlyCollection<Guid>Return ValueReturns a ReadOnlyCollection of type Guid that contains the GUIDs of the tasks in this batch of tasks.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms