Microsoft Internet Security and Acceleration Server 2000

FPCEventDefinitions Collection

FPCEventDefinitions gives access to a collection of FPCEventDefinition objects. Events describe conditions that require the attention of an administrator, and predetermined actions can be taken in response to particular events by using the FPCAlert object.

For a more detailed programmatic example of using the FPCEventDefinitions collection, see Adding a Custom Event and Alert.

This collection is a property of the FPCPolicyElements object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCEventDefinitions interface.

Methods

The following table lists the methods of the FPCEventDefinitions collection.

Method Description
Add Creates a new event, inserts it into the collection, and returns a reference to it.
Item Retrieves the given FPCEventDefinition 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 event definition from the collection.
Save Saves the collection's configuration to persistent storage.

Properties

The following table lists the properties of the FPCEventDefinitions collection.

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

Requirements

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