Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.SetAutoPollConfig Method

Sets whether the upstream server or array should be polled for array membership.

VBScript Syntax[VBScript]

FPCPrimaryRoute.SetAutoPollConfig(fSetAuto, sAutoPollUrl )

C++ Syntax[C++]

HRESULT SetAutoPollConfig(
  VARIANT_BOOL fSetAuto, 
  BSTR sAutoPollUrl
);

Parameters

fSetAuto
A Boolean expression that specifies whether automatic configuration is to be enabled.
sAutoPollUrl
An optional string that specifies the URL, usually at the upstream server, 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

FPCPrimaryRoute