MonitoringAlertResolutionState(Byte, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)