AutomaticPollConfig Property of the IFPCPrimaryRoute Interface

The AutomaticPollConfig property gets a Boolean value that indicates whether polling of the upstream server for information about the availability of upstream array members on the primary route is enabled.

[C++]
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 server for information about the availability of upstream array members on the primary route is enabled, or to VARIANT_FALSE if such polling is disabled.

Return Value

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

[Visual Basic]
Property AutomaticPollConfig As Boolean

Property Value

Boolean value that indicates whether polling of the upstream server for information about the availability of upstream array members on the primary route is enabled.

Remarks

This property is read-only. It can be modified by calling the SetAutoPollConfig method. Its default value is False (VARIANT_FALSE in C++).

Polling for information about the availability of upstream array members should be enabled only if the upstream proxy server on the primary route is a member of an array with two or more members. The URL used for polling is specified in the PollAtURL property. This URL is typically http://host_name:8080/array.dll, in which the host is the upstream proxy server on the primary route.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCPrimaryRoute


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.