Microsoft Internet Security and Acceleration Server 2004 SDK

FPCVendorParametersSets Collection

The FPCVendorParametersSets collection holds an ordered set of FPCVendorParametersSet objects. Most ISA Server objects have a VendorParametersSets property that retrieves this FPCVendorParametersSets collection. A third party can use this collection to associate private sets of configuration information with the object being extended. All objects that have a VendorParametersSets property are extensible.

Each set is identified by a globally unique identifier (GUID) that is provided to the Add method when a new set is created.

By using the FPCVendorParametersSets collection, a third party can take advantage of the configuration storage capabilities of ISA Server. The third-party data can be written to persistent storage by calling the Save method of this collection, the Save method of the object being extended, or the Save method of any object that contains the object being extended. Similarly, the stored values of the third-party data can be read from persistent storage by calling the Refresh method of this collection, the Refresh method of the object being extended, or the Refresh method of any object that contains the object being extended.

Click here to see the ISA Server object hierarchy.

Methods

The FPCVendorParametersSets collection defines the following methods.

Method Description
Add Creates a new FPCVendorParametersSet object in the collection and returns a reference to it.
CancelWaitForChanges Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only).
Item Returns the requested FPCVendorParametersSet object from the collection.
Refresh Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved.
Remove Removes the specified FPCVendorParametersSet object from the collection.
Save Writes the current values of all the properties of the collection and its elements to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the collection have changed (for use in C and C++ programming only).

Properties

The FPCVendorParametersSets collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCVendorParametersSet objects in the collection.

Remarks

This collection implements the IFPCVendorParametersSets 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