Microsoft Internet Security and Acceleration Server 2004 SDK

FPCConnectivityResults Collection

The FPCConnectivityResults collection holds a set of FPCConnectivityResult objects. Each FPCConnectivityResult object represents the results of the attempts of a connectivity verifier, which is represented by an FPCConnectivityVerifier object, to verify connectivity.

The FPCConnectivityResults collection can be accessed through the ConnectivityResults property of an FPCServer object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCConnectivityResults collection defines the following methods.

Method Description
Item Retrieves the requested FPCConnectivityResult object from the collection.
Refresh Refreshes the contents of the collection to reflect the results of the most recent connectivity verification operations for the server.

Properties

The FPCConnectivityResults collection has the following properties.

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

Remarks

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