The FPCAlertActions collection holds a set of FPCAlertAction objects. Each object in this collection defines an action that is performed whenever the alert for which Forefront TMG created the collection is issued.
The FPCAlertActions collection is accessed through the Actions property of an FPCAlert object.
Click here to see the Forefront TMG object hierarchy.
The FPCAlertActions collection defines the following methods.
Method | Description |
---|---|
Retrieves the requested FPCAlertAction object from the collection. |
|
Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved. |
|
Writes the current values of all the properties of the collection and its elements to persistent storage. |
|
Creates a new command-line action in the collection, or updates the command-line action if it already exists, and then returns a reference to it. |
|
Creates a new log-event action in the collection, or updates the log-event action if it already exists, and then returns a reference to it. |
|
Creates a new send-mail action in the collection, or updates the send-mail action if it already exists, and then returns a reference to it. |
|
Creates a new start-services action in the collection, or updates the start-services action if it already exists, and then returns a reference to it. |
|
Creates a new stop-services action in the collection, or updates the stop-services action if it already exists, and then returns a reference to it. |
|
Sets the actions of the specified type to the disabled state. |
The FPCAlertActions collection defines the following properties.
Property | Description |
---|---|
Gets an enumerator object for the collection. |
|
Gets the number of FPCAlertAction objects in the collection. |
This collection implements the IFPCAlertActions interface.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.