Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSessionsMonitor Collection

The FPCSessionsMonitor collection holds a group of FPCSessionsMonitorEntry objects.

An FPCSessionsMonitor collection for the Microsoft Firewall service sessions can be accessed through the SessionsMonitorFirewall property of an FPCSessionsMonitors object. An FPCSessionsMonitor collection for the ISA Server Web proxy sessions can be accessed through the SessionsMonitorWebProxy property of an FPCSessionsMonitors object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCSessionsMonitor collection defines the following methods.

Method Description
DisconnectSession Disconnects the session with the specified session ID.
EndQuery Ends the active query on all servers in the array.
ExecuteQuery Starts a new query using the specified filters on all servers in the array.
Item Retrieves the requested FPCSessionsMonitorEntry 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 FPCSessionsMonitorEntry 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 FPCSessionsMonitor collection has the following property.

Property Description
_NewEnum Gets an enumerator object for the collection.

Remarks

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