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 backup route is enabled.
HRESULT get_AutomaticPollConfig( VARIANT_BOOL* pfEnabled );
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if whether polling of the upstream server for information about the availability of upstream array members on the backup route is enabled, or to VARIANT_FALSE if such polling is disabled.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property AutomaticPollConfig As Boolean
A Boolean value that specifies whether whether polling of the upstream server for information about the availability of upstream array members on the backup route is enabled.
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 backup 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 backup route.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.