IFPCServer5::GetCacheUtilizationCountersSnapshot method

Applies to: desktop apps only

The GetCacheUtilizationCountersSnapshot method creates a new instance of the FPCCacheUtilizationCountersSnapshot object and returns a reference to it. (This method is introduced in Forefront TMG 2010 SP 1.)

Syntax

HRESULT GetCacheUtilizationCountersSnapshot(
  [out]  IFPCCacheUtilizationCountersSnapshot **ppCacheUtilizationCountersSnapshot
);
FPCServer.GetCacheUtilizationCountersSnapshot( _
  ByRef ppCacheUtilizationCountersSnapshot As IFPCCacheUtilizationCountersSnapshot _
) As FPCCacheUtilizationCountersSnapshot

Parameters

Return value

C++

This method can return one of the following:

  • S_OK, indicating that the operation succeeded.
  • An error code, indicating that the operation failed. In this case, the [out] parameter returned is a null object.

VB

This method returns a reference to an FPCCacheUtilizationCountersSnapshot object if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

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

FPCServer

 

 

Build date: 7/12/2010