AgentTaskInformation.GetTaskIds Method ()
Applies To: Operations Manager for System Center 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)
Syntax
public ReadOnlyCollection<Guid> GetTaskIds()
public:
ReadOnlyCollection<Guid>^ GetTaskIds()
member GetTaskIds : unit -> ReadOnlyCollection<Guid>
Public Function GetTaskIds As ReadOnlyCollection(Of Guid)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>
Returns a ReadOnlyCollection<T> of type Guid that contains the GUIDs of the tasks in this batch of tasks.
See Also
AgentTaskInformation Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top