FPCAlertAction
Internet Security and Acceleration Server 2004/2006 SDK
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 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. |
Interfaces for C++ Programming
This object implements the IFPCAlertAction interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |