Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSignaledAlerts Collection

The FPCSignaledAlerts collection holds the set of FPCSignaledAlert objects for the ISA Server computer. Each FPCSignaledAlert object, in turn, is a collection that holds all the run-time instances of a single alert defined by an FPCAlert object.

This object is typically accessed through the SignaledAlerts property of an FPCServer object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCSignaledAlerts collection defines the following methods.

Method Description
Item Retrieves the requested FPCSignaledAlert object from the collection.
Refresh Reads the stored values of all the properties of the FPCSignaledAlert objects by means of remote procedure calls (RPCs).

Properties

The FPCSignaledAlerts collection has the following properties.

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

Remarks

This collection implements the IFPCSignaledAlerts 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