IFPCServer5::HostedCacheServer property
Applies to: desktop apps only
The HostedCacheServer property gets an FPCHostedCacheServer object that represents the Hosted Cache server running on the server. (This property is introduced in Forefront TMG 2010 SP 1.)
This property is read-only.
Syntax
HRESULT get_HostedCacheServer(
IFPCHostedCacheServer **ppHostedCacheServer
);
' Data type: FPCHostedCacheServer
Property HostedCacheServer( _
ByVal ppHostedCacheServer As IFPCHostedCacheServer _
) As FPCHostedCacheServer
Property value
Reference to the FPCHostedCacheServer object that represents the Hosted Cache server running on the server.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. The properties of the Hosted Cache server running on the server can be modified by calling the properties of the FPCHostedCacheServer object retrieved (the IFPCHostedCacheServer interface retrieved in C++)
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
Build date: 7/12/2010