Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.ReturnExpiredMaxTime Property

Gets or sets the maximum time during which the expired cached object would be returned. ReturnExpiredMaxTime is for situations where a server cannot be reached to revalidate an expired cached object.

VBScript Syntax[VBScript]

FPCCacheConfiguration.ReturnExpiredMaxTime [ = lFactor ]

C++ Syntax[C++]

HRESULT get_ReturnExpiredMaxTime(
  long *plFactor
);
 
HRESULT put_ReturnExpiredMaxTime(
  long lFactor
);

Parameters

lFactor
Long value that specifies the maximum threshold. The maximum threshold is expressed in minutes.

The property is read-write.

Applies To

FPCCacheConfiguration