MonitoringAlertResolutionState(Byte, String) Constructor

Definition

Creates a new MonitoringAlertResolutionState.

public:
 MonitoringAlertResolutionState(System::Byte resolutionState, System::String ^ name);
public MonitoringAlertResolutionState (byte resolutionState, string name);
new Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState : byte * string -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState
Public Sub New (resolutionState As Byte, name As String)

Parameters

resolutionState
Byte

The resolution state.

name
String

The name.

Exceptions

name is null

name.Length is out of range (1 to 50)

Applies to