Microsoft Internet Security and Acceleration Server 2004 SDK

SessionsMonitors Property of IFPCArray[C++]

FPCArray.SessionsMonitors [Visual Basic]

[C++]

The SessionsMonitors property gets an FPCSessionsMonitors object that provides access to the firewall and the ISA Server Web proxy session monitors for the array.

HRESULT get_SessionsMonitors(
  IFPCSessionsMonitors** ppSessionsMonitors
);

Parameters

ppSessionsMonitors
Address of an interface pointer that on return points to an IFPCSessionsMonitors interface that provides access to the firewall and ISA Server Web proxy session monitors.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The SessionsMonitors property gets an FPCSessionsMonitors object that provides access to the firewall and the ISA Server Web proxy session monitors for the array.

Property SessionsMonitors As FPCSessionsMonitors

Property Value

Reference to the FPCSessionsMonitors object for the array.

Remarks

This property is read-only.

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

FPCArray