Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAlertActions Collection

The FPCAlertActions collection holds a set of FPCAlertAction objects. Each object in this collection defines an action that is performed whenever the alert for which ISA Server created the collection is issued.

The FPCAlertActions collection is typically accessed through the Actions property of an FPCAlert object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCAlertActions collection defines the following methods.

Method Description
Item Retrieves the requested FPCAlertAction object from the collection.
Refresh Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved.
Save Writes the current values of all the properties of the collection and its elements to persistent storage.
SetCommand Creates a new command-line action in the collection, or updates the command-line action if it already exists, and then returns a reference to it.
SetLogEvent Creates a new log-event action in the collection, or updates the log-event action if it already exists, and then returns a reference to it.
SetSendMail Creates a new send-mail action in the collection, or updates the send-mail action if it already exists, and then returns a reference to it.
SetStartServices Creates a new start-services action in the collection, or updates the start-services action if it already exists, and then returns a reference to it.
SetStopServices Creates a new stop-services action in the collection, or updates the stop-services action if it already exists, and then returns a reference to it.
Unset Sets the actions of the specified type to the disabled state.

Properties

The FPCAlertActions collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCAlertAction objects in the collection.

Remarks

This collection implements the IFPCAlertActions interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects