Microsoft Internet Security and Acceleration Server 2000

FPCAlertActions Collection

The FPCAlertActions collection accesses a group of FPCAlertAction objects. Each object in this collection defines an action. An action is carried out when an ISA alert signals that an action needs to be taken.

FPCAlertActions is a property of the FPCAlert object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCAlertActions interface.

Methods

The following table lists the methods of the FPCAlertActions collection.

Method Description
Item Retrieves the given FPCAlertAction object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Saves the collection's configuration to persistent storage.
SetCommand Creates a new command-line action in the collection, or updates the command-line action if it already exists.
SetLogEvent Creates a new log-event action in the collection, or updates the log-event action if it already exists.
SetSendMail Creates a new send-mail action in the collection, or updates the send-mail action if it already exists.
SetStartServices Creates a new start-services action in the collection, or updates the start-services action if it already exists.
SetStopServices Creates a new stop-services action in the collection, or updates the stop-services action if it already exists.
Unset Sets the action specified to a disabled state.

Properties

The following table lists the properties of the FPCAlertActions collection.

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

Requirements

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