Microsoft Internet Security and Acceleration Server 2000

FPCAlerts Collection

FPCAlerts is a collection of individual FPCAlert objects. Each object within this collection defines an alert. When a specific event occurs, this object determines the actions to be taken in response to that event. The FPCAlert object also defines the three thresholds that determine when actions will be taken. Alerts allow for an administrator to be notified when certain events take place and to decide which actions should be taken in advance.

The FPCAlerts collection is a property of the FPCArray object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCAlerts interface.

Methods

The following table lists the methods of the FPCAlerts collection.

Method Description
Add Creates a new alert, inserts it into the collection, and returns a reference to it.
Item Returns the given FPCAlert object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes an alert from the collection.
Save Saves the object's configuration to persistent storage.

Properties

The following table lists the properties of the FPCAlerts collection.

Property Description
Count Gets the number of FPCAlert objects in the collection.
VendorParametersSets Gets a reference to an object for storing and loading custom data into the FPCAlerts collection's storage.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.