Microsoft Internet Security and Acceleration Server 2004 SDK

CacheReportSortOrder Property of IFPCTrafficReports[C++]

FPCTrafficReports.CacheReportSortOrder [Visual Basic]

[C++]

The CacheReportSortOrder property gets or sets how information in the cache report is sorted. The cache report contains information about what cache clients are using. The report can be sorted based on the number of requests to the cache, or on the number of bytes retrieved from the cache.

HRESULT get_CacheReportSortOrder(
  FpcCacheReportSortOrder* pCacheSortOrder
);

HRESULT put_CacheReportSortOrder(
  FpcCacheReportSortOrder CacheSortOrder
);

Parameters

pCacheSortOrder
Pointer to a value from the FpcCacheReportSortOrder enumerated type that is set on return to the value indicating how the report information should be sorted.
CacheSortOrder
Value from the FpcCacheReportSortOrder enumerated type that indicates how the report information is sorted.

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.

[Visual Basic]

The CacheReportSortOrder property gets or sets how information in the cache report is sorted. The cache report contains information about what cache clients are using. The report can be sorted based on the number of requests to the cache, or on the number of bytes retrieved from the cache.

Property CacheReportSortOrder As FpcCacheReportSortOrder

Property Value

Value from the FpcCacheReportSortOrder enumerated type that indicates how the report information is sorted.

Remarks

This property is read/write.

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

FPCTrafficReports