Microsoft Internet Security and Acceleration Server 2000 |
The FPCAlertNotification object is the COM interface to ISA's alert service, and is used to signal an event or reset an alert's state. The alert service is responsible for recording information about events reported by ISA services, and for executing actions triggered by each event.
It is possible to enumerate all signaled alerts for a server using this object.
The FPCAlertNotification object is created with a statement such as the following:
Dim FPCAlertNotification as new ALERTSRVLib.AlertNotification
Click here to see the ISA object hierarchy.
This object implements the IFPCAlertNotification interface.
The following table lists the methods of the FPCAlertNotification object.
Method | Description |
---|---|
EnumSignaledAlerts | Returns a variant containing an array of variants. Each entry in the variant array contains an interface to an FPCAlertInfo object. |
ResetNotificationState | Resets the notification state of the designated alert. |
SignalEvent | Signals an event. |
Signal_N_Events | Signals an event n times. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Alertsrv.idl.