FPCSignaledAlerts Collection
Internet Security and Acceleration Server 2004/2006 SDK
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 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. |
Interfaces for C++ Programming
This collection implements the IFPCSignaledAlerts 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. |