Microsoft Internet Security and Acceleration Server 2004 SDK

AutomaticPollConfig Property of IFPCBackupRoute[C++]

FPCBackupRoute.AutomaticPollConfig [Visual Basic]

[C++]

The AutomaticPollConfig property gets a Boolean value that indicates whether polling of the upstream proxy server on the backup route for array configuration information is enabled.

HRESULT get_AutomaticPollConfig(
  VARIANT_BOOL* pfEnabled
);

Parameters

pfEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if polling of the upstream proxy server on the backup route is enabled, or to VARIANT_FALSE if such polling is disabled.

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. It can be modified by calling the SetAutoPollConfig method.

[Visual Basic]

The AutomaticPollConfig property gets a Boolean value that indicates whether polling of the upstream proxy server on the backup route for array configuration information is enabled.

Property AutomaticPollConfig As Boolean

Property Value

A Boolean value that specifies whether polling of the upstream proxy server on the backup route for array configuration information is enabled.

Remarks

This property is read-only. It can be modified by calling the SetAutoPollConfig method.

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

FPCBackupRoute