Microsoft Internet Security and Acceleration Server 2004 SDK

TTL Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.TTL [Visual Basic]

[C++]

The TTL property gets or sets the Time to Live (TTL), in minutes, of the pages to be downloaded.

HRESULT get_TTL(
  long* plTTL
);

HRESULT put_TTL(
  long lTTL
);

Parameters

plTTL
Pointer to a 32-bit integer that is set on return to a long value specifying the TTL, in minutes, of the pages to be downloaded.
lTTL
A 32-bit integer value that specifies the TTL, in minutes, of the pages to be downloaded.

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 60 minutes.

[Visual Basic]

The TTL property gets or sets the Time to Live (TTL), in minutes, of the pages to be downloaded.

Property TTL As Long

Property Value

A 32-bit integer value that specifies the TTL, in minutes, of the pages to be downloaded.

Remarks

This property is read/write. Its default value is 60 minutes.

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