Microsoft Internet Security and Acceleration Server 2004 SDK

FetchUrlFlagNoArrayRoute Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.FetchUrlFlagNoArrayRoute [Visual Basic]

[C++]

The FetchUrlFlagNoArrayRoute property gets or sets a Boolean value that indicates whether the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method.

HRESULT get_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL* pfFetchUrlFlagNoArrayRoute
);

HRESULT put_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL fFetchUrlFlagNoArrayRoute
);

Parameters

pfFetchUrlFlagNoArrayRoute
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method, or to VARIANT_FALSE if the flag is not set.
fFetchUrlFlagNoArrayRoute
Boolean value that indicates whether the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is VARIANT_FALSE.

If the ISA Server computer is a member of a multiple-server array, setting the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag in a call to the FetchUrl method indicates that the object fetched should be cached locally even if the normal array cache-sharing mechanism, the Cache Array Routing Protocol (CARP), indicates that the object should be cached on a different array member. If this flag is not set, the object is automatically cached on the array member that the CARP algorithm designates. This flag is ignored if the ISA Server computer is not a member of a multiple-server array. This flag therefore applies only to an array in ISA Server Enterprise Edition. It does not apply to a stand-alone server or to ISA Server Standard Edition.

[Visual Basic]

The FetchUrlFlagNoArrayRoute property gets or sets a Boolean value that indicates whether the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method.

Property FetchUrlFlagNoArrayRoute As Boolean

Property Value

Boolean value that indicates whether the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method.

Remarks

This property is read/write. Its default value is False.

If the ISA Server computer is a member of a multiple-server array, setting the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag in a call to the FetchUrl method indicates that the object fetched should be cached locally even if the normal array cache-sharing mechanism, the Cache Array Routing Protocol (CARP), indicates that the object should be cached on a different array member. If this flag is not set, the object is automatically cached on the array member that the CARP algorithm designates. This flag is ignored if the ISA Server computer is not a member of a multiple-server array. This flag therefore applies only to an array in ISA Server Enterprise Edition. It does not apply to a stand-alone server or to ISA Server Standard Edition.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCScheduledContentDownloadConfig