Microsoft Internet Security and Acceleration Server 2000

FPCBackupRoute.SetAutoPollConfig Method

Sets whether polling of the upstream ISA server or array is enabled for membership information.

VBScript Syntax[VBScript]

FPCBackupRoute.SetAutoPollConfig (fSetAuto, sAutoPollUrl)

C++ Syntax[C++]

HRESULT SetAutoPollConfig(
  VARIANT_BOOL fSetAuto, 
  BSTR sAutoPollUrl
);

Parameters

fSetAuto
Boolean expression that specifies whether automatic configuration is to be enabled.
sAutoPollUrl
Optional. String that specifies the URL, usually at the upstream proxy, to poll for the array configuration information. If fSetAuto is set to TRUE, this parameter must hold a valid URL; otherwise, sAutoPollUrl is ignored.

Applies To

FPCBackupRoute