Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSignaledAlert Collection

The FPCSignaledAlert collection holds all instances of a single alert that have been issued. Each alert instance that has been issued is represented by an FPCSignaledAlertInstance object. This collection is typically an element of an FPCSignaledAlerts collection.

The FPCSignaledAlert collection contains the run-time instances of the alert defined by the FPCAlert object with the same event GUID and additional key. The alerts that have been issued appear under Monitoring in ISA Server Management. The FPCAlert object contains alert configuration information, and the FPCSignaledAlert object contains both configuration and run-time information.

Click here to see the ISA Server object hierarchy.

Methods

The FPCSignaledAlert collection defines the following methods.

Method Description
Acknowledge Acknowledges all instances of the alert.
Item Retrieves the requested FPCSignaledAlertInstance object from the collection.
Refresh Reads the stored values of all of the collection's properties by means of a remote procedure call (RPC).
Reset Resets the alert.

Properties

The FPCSignaledAlert collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
AdditionalKey Gets the additional key (index) in the table of subevents defined for the event for which the alert is issued.
Count Gets the number of FPCSignaledAlertInstance objects in the collection.
EventGuid Gets the string-formatted globally unique identifier (GUID) of the event that triggered the alert.
Name Gets the name of the alert.
Server Gets the name of the server on which the alert was issued.
Severity Gets a value from the FpcAlertSeverity enumerated type that indicates the severity of the alert.

Remarks

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