Microsoft Internet Security and Acceleration Server 2000

FPCEventDefinition.MinutesBeforeReRaise Property

Gets or sets the interval between invocations of the default count of minutes that signals another event).

The MinutesBeforeReRaise, EventsBeforeRaise, and MinEventsPerSecond properties of the FPCAlert object set the three thresholds that the alert service uses to signal alerts. For each individual alert, the alert service stores the last time the alert was signaled, a count of how many times the alert has been signaled per second, and a count of the total number of times the alert has been signaled. An alert is given and the alert invokes the actions specific to the alert only when the three threshold requirements for signaling an alert are met simultaneously.

The MinutesBeforeReRaise property sets the threshold for the last time the alert was signaled.

This property only establishes a default value for an event. When you create an alert, the alert can use the default value, or you can overwrite it with values specific to the alert by modifying the corresponding property in the FPCAlert object.

VBScript Syntax[VBScript]

FPCEventDefinition.MinutesBeforeReRaise [ = lInterval ]

C++ Syntax[C++]

HRESULT get_MinutesBeforeReRaise(
  long *plInterval
);

HRESULT put_MinutesBeforeReRaise(
  long lInterval
);

Parameters

lInterval
Long value that specifies the signaling interval.

The property is read-write.

Applies To

FPCEventDefinition