IFPCScheduledContentDownloadConfig::FetchUrlFlagNoArrayRoute property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL fFetchUrlFlagNoArrayRoute
);

HRESULT get_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL *pfFetchUrlFlagNoArrayRoute
);
' Data type: Boolean

Property FetchUrlFlagNoArrayRoute( _
  ByVal fFetchUrlFlagNoArrayRoute As VARIANT_BOOL, _
  ByVal pfFetchUrlFlagNoArrayRoute As VARIANT_BOOL _
) 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.

Error codes

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 False (VARIANT_FALSE in C++).

If the Forefront TMG 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 Forefront TMG computer is not a member of an array with two or more members. This flag is applicable only to Forefront TMG Enterprise Edition.

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

FPCScheduledContentDownloadConfig

 

 

Build date: 7/12/2010