AgentPendingAction.CreateEnterpriseManagementObjects Method

Updated: April 16, 2012

Creates custom monitoring objects from the agent pending actions. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim agentPendingActions As IList(Of AgentPendingAction) Dim managementGroup As ManagementGroup Dim returnValue As IList(Of CreatableEnterpriseManagementObject) returnValue = AgentPendingAction.CreateEnterpriseManagementObjects(agentPendingActions, managementGroup)Public Shared Function CreateEnterpriseManagementObjects ( _ agentPendingActions As IList(Of AgentPendingAction), _ managementGroup As ManagementGroup _ ) As IList(Of CreatableEnterpriseManagementObject)public static IList<CreatableEnterpriseManagementObject> CreateEnterpriseManagementObjects ( IList<AgentPendingAction> agentPendingActions, ManagementGroup managementGroup )public: static IList<CreatableEnterpriseManagementObject^>^ CreateEnterpriseManagementObjects ( IList<AgentPendingAction^>^ agentPendingActions, ManagementGroup^ managementGroup )public static IList<CreatableEnterpriseManagementObject> CreateEnterpriseManagementObjects ( IList<AgentPendingAction> agentPendingActions, ManagementGroup managementGroup )public static function CreateEnterpriseManagementObjects ( agentPendingActions : IList<AgentPendingAction>, managementGroup : ManagementGroup ) : IList<CreatableEnterpriseManagementObject>ParametersagentPendingActionsThe list of agent pending actions from which to create the custom monitoring objects.managementGroupThe management group that contains the custom monitoring objects.Return ValueReturns a IList of CustomMonitoringObject objects.
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