Sdílet prostřednictvím


MonitoringAlertResolutionState Constructor (Byte, String)

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

Initializes a new MonitoringAlertResolutionState object.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim resolutionState As Byte
Dim name As String

Dim instance As New MonitoringAlertResolutionState(resolutionState, name)

Syntax

'Declaration
Public Sub New ( _
    resolutionState As Byte, _
    name As String _
)
public MonitoringAlertResolutionState (
    byte resolutionState,
    string name
)
public:
MonitoringAlertResolutionState (
    unsigned char resolutionState, 
    String^ name
)
public MonitoringAlertResolutionState (
    byte resolutionState, 
    String name
)
public function MonitoringAlertResolutionState (
    resolutionState : byte, 
    name : String
)

Parameters

  • resolutionState
    The resolution state value of the resolution state.
  • name
    The name of the resolution state.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringAlertResolutionState Class
MonitoringAlertResolutionState Members
Microsoft.EnterpriseManagement.Monitoring Namespace