Partager via


ManagementPackUnitMonitorOperationalState Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new ManagementPackUnitMonitorOperationalState object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim element As ManagementPackElement
Dim identifier As String

Dim instance As New ManagementPackUnitMonitorOperationalState(element, identifier)

Syntax

'Declaration
Public Sub New ( _
    element As ManagementPackElement, _
    identifier As String _
)
public ManagementPackUnitMonitorOperationalState (
    ManagementPackElement element,
    string identifier
)
public:
ManagementPackUnitMonitorOperationalState (
    ManagementPackElement^ element, 
    String^ identifier
)
public ManagementPackUnitMonitorOperationalState (
    ManagementPackElement element, 
    String identifier
)
public function ManagementPackUnitMonitorOperationalState (
    element : ManagementPackElement, 
    identifier : String
)

Parameters

  • element
    The element that defines this operational state.
  • identifier
    A string identifier for this management pack element type.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackUnitMonitorOperationalState Class
ManagementPackUnitMonitorOperationalState Members
Microsoft.EnterpriseManagement.Configuration Namespace