Share via


IFPCBackupRoute::AutomaticPollConfig property

Applies to: desktop apps only

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.

This property is read-only.

Syntax

HRESULT get_AutomaticPollConfig(
  VARIANT_BOOL *pfEnabled
);
' Data type: Boolean

Property AutomaticPollConfig( _
  ByVal pfEnabled As VARIANT_BOOL _
) As Boolean

Property value

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.

Error codes

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. 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.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCBackupRoute

 

 

Build date: 7/12/2010