Initializes a new MonitoringAlertResolutionState object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim resolutionState As Byte
Dim name As String

Dim instance As New MonitoringAlertResolutionState(resolutionState, name)

Syntax

Visual Basic
Public Sub New ( _
		resolutionState As Byte, _
		name As String _
)
C#
public MonitoringAlertResolutionState (
		byte resolutionState,
		string name
)
C++
public:
MonitoringAlertResolutionState (
		unsigned char resolutionState, 
		String^ name
)
J#
public MonitoringAlertResolutionState (
		byte resolutionState, 
		String name
)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also