Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAlertAction

The FPCAlertAction object defines a single action that can be assigned to an ISA Server alert to be performed when the alert is issued. 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 an e-mail message, to issue a command, to write to a log, or to perform another task.

This object is typically an element of an FPCAlertActions collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCAlertAction object defines the following methods.

Method Description
Refresh Reads the values of all of the object's properties from persistent storage, discarding any changes that have not been saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCAlertAction object has the following properties.

Property Description
Enabled Gets or sets a Boolean value that indicates 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 a value from the FpcAlertActionTypes enumerated type that specifies the type of action to be performed when an alert is issued.

Remarks

This object implements the IFPCAlertAction 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