Microsoft Internet Security and Acceleration Server 2004 SDK

FPCLogContent Collection

The FPCLogContent collection holds a set of FPCLogEntry objects.

This collection is typically accessed through the LogContentMSDE and LogContentOnline properties of the FPCLogViewer object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCLogContent collection defines the following methods.

Method Description
EndQuery Ends a query on all servers in the array.
ExecuteQuery Executes a query on the logs of all servers in the array.
Item Retrieves the requested FPCLogEntry object from the collection. This method returns only when the requested object is found, the associated query ends, or an error occurs in the query.
ItemAsync Retrieves the requested FPCLogEntry object from the collection if it is available, returns null and sets the error code to E_PENDING if the requested object cannot be found immediately, or returns null and sets an error code if the operation fails or another error occurs.

Properties

The FPCLogContent collection has the following property.

Property Description
_NewEnum Gets an enumerator object for the collection.

Remarks

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