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