MonitoringAlertResolutionState Constructor (Byte, String)
Applies To: Operations Manager for System Center 2012
Initializes a new MonitoringAlertResolutionState object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringAlertResolutionState(
byte resolutionState,
string name
)
public:
MonitoringAlertResolutionState(
unsigned char resolutionState,
String^ name
)
new :
resolutionState:byte *
name:string -> MonitoringAlertResolutionState
Public Sub New (
resolutionState As Byte,
name As String
)
Parameters
resolutionState
Type: System.ByteThe resolution state value of the resolution state.
name
Type: System.StringThe name of the resolution state.
See Also
MonitoringAlertResolutionState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top