Microsoft Internet Security and Acceleration Server 2000

FPCAlertAction Object

The FPCAlertAction object defines a single action. Each action is carried out when an ISA alert signals that an action needs to be taken. You can determine the kind of action you want taken by using the Type property. The Type property determines whether the action will be to send mail, to issue a command, to write to a log, or another task.

This object is a member of the FPCAlertActions collection.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This object implements the IFPCAlertAction interface.

Methods

The following table lists the methods of the FPCAlertAction object.

Method Description
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Saves the object's configuration to persistent storage.

Properties

The following table lists the properties of the FPCAlertAction object.

Property Description
Enabled Gets or sets whether the action is enabled.
Name Gets the name of the alert action.
Parameters Gets an array of strings that specify optional parameters for the action.
Type Gets the type identifier (ID) of the alert action.
VendorParametersSets Gets a reference to an object for storing and loading custom data into the FPCAlertAction object's storage.

Requirements

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