Microsoft Internet Security and Acceleration Server 2000 |
The FPCAlertInfo object represents information about a signaled alert. The information stored in this object can be retrieved all at once by using the GetAllProperties method. To reset ISA to signal an alert associated with this object, use the EventGUID, ServerName, and AdditionalKey properties. Use the values of these three properties in a call to the FPCAlertNotification.ResetNotificationState method.
The FPCAlertInfo object is created with a statement like the following:
Dim FPCAlertInfo as new ALERTSRVLib.AlertInfo
Click here to see the ISA object hierarchy.
This object implements the IFPCAlertInfo interface.
The following table lists the methods of the FPCAlertInfo object.
Method | Description |
---|---|
GetAllProperties | Returns all properties of the FPCAlertInfo object at once. |
The following table lists the properties of the FPCAlertInfo object.
Property | Description |
---|---|
AdditionalKey | Gets the additional key of the alert. |
Description | Gets the description of the alert. |
EventGUID | Gets the globally unique identifier (GUID) of the event that signaled the alert. |
FirstSignalTime | Gets a DATE data type of the time of the first alert signaling (in GMT). |
Name | Gets the name of the alert. |
ServerName | Gets either the name of the current server, or an empty string representing an alert from all ISA servers. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Alertsrv.idl.