Share via


Alert.RepeatCount Field

For consolidated events, the RepeatCount field gets the number of repeat occurrences.

 public Int32 Alert.RepeatCount

Remarks

The MOM Connector Framework uses an alert's TimeLastModified field to determine when updates should be sent to a connector. Unlike changes to most other alert fields, incrementing the repeat count field does not cause the value of the TimeLastModified field to change.

When alert suppression is used on the zone configuration group, the forwarding of an alert's RepeatCount field should be implemented as a one-way process, with no updates sent back to MOM. The repeat count is forwarded only if the alert's TimeLastModified field is updated by a change to one of the other alert field values. If the connector sends an updated repeat count value back to MOM, it could overwrite a newer value.

When using the RepeatCount value, set the RepeatCountSpecified field to true.

The value of the RepeatCount field should not be set to negative values.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector

Assembly: MomConnectorFramework (in MomConnectorFramework.dll)

See Also

Alert Class | Alert Members | Alert.RepeatCountSpecified Field | Alert.RepeatCount Field | Alert.TimeLastModified Field