Share via


GlobalConfig.ResolutionStates Field

Gets an array of all resolution states on the configuration group associated with this instance of the MCF.

 public ResolutionState[] ResolutionStates

Remarks

This field should be used to verify which resolution states are already in use before calling the FrameworkBase.Setup method.

The following ResolutionState values are found in an unmodified MOM installation.

Id Name
0 New
85 Acknowledged
170 Level 1: Assigned to a help desk or local support
180 Level 2: Assigned to a subject matter expert
190 Level 3: Requires scheduled maintenance
200 Level 4: Assigned to an external group or vendor
255 Resolved

The New and Resolved states can't be modified. The other resolution states can be changed or even removed. New resolution states can be added.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector.V2

Assembly: MomConnectorFrameworkV2 (in MomConnectorFrameworkV2.dll)

See Also

GlobalConfig Class | GlobalConfig Members | ResolutionState Class | FrameworkBase.Setup Method