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 type of task that is pending.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AgentPendingActionType AgentPendingActionType { get; }
public:
property AgentPendingActionType AgentPendingActionType {
AgentPendingActionType get();
}
member AgentPendingActionType : AgentPendingActionType with get
Public ReadOnly Property AgentPendingActionType As AgentPendingActionType
Property Value
Type: Microsoft.EnterpriseManagement.Administration.AgentPendingActionType
Returns a AgentPendingActionType that describes the type of task that is pending.
See Also
AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top