FPCSessionsMonitor Collection
Internet Security and Acceleration Server 2004/2006 SDK
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. |
Interfaces for C++ Programming
This collection implements the IFPCSessionsMonitors interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |