Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSignaledAlertInstance

The FPCSignaledAlertInstance object represents a single instance of an alert that has been issued. This object is typically an element of an FPCSignaledAlert collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCSignaledAlertInstance object defines the following methods.

Method Description
Acknowledge Acknowledges the alert instance.
Reset Resets the alert instance.

Properties

The FPCSignaledAlertInstance object has the following properties.

Property Description
Acknowledged Gets a Boolean value that indicates whether the alert instance has been acknowledged.
Count Gets the number of instances of the alert that were issued with the same timestamp.
Description Gets the description of the alert instance.
Resolution Gets a possible resolution of the issue that caused the alert instance.
TimeStamp Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the alert instance was issued.

Remarks

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