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 put_FetchUrlFlagNoArrayRoute( VARIANT_BOOL fFetchUrlFlagNoArrayRoute ); HRESULT get_FetchUrlFlagNoArrayRoute( VARIANT_BOOL* 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.
Boolean value that indicates whether the fpcFetchNoArrayRouting (FETCH_NO_ARRAY_ROUTING) flag is set in internal calls to the FetchUrl method.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property FetchUrlFlagNoArrayRoute As Boolean
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. 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 does not apply to Forefront TMG Medium Business Edition.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
FPCScheduledContentDownloadConfig
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.