Share via


IFPCContentDeliverySettings::FastTricklingMode property

Applies to: desktop apps only

The FastTricklingMode property gets or sets a value from the FpcFastTricklingMode enumerated type that specifies the tradeoff between user experience and performance for fast trickling.

This property is read/write.

Syntax

HRESULT put_FastTricklingMode(
  FpcFastTricklingMode FastTricklingMode
);

HRESULT get_FastTricklingMode(
  FpcFastTricklingMode *pFastTricklingMode
);
' Data type: FpcFastTricklingMode

Property FastTricklingMode( _
  ByVal FastTricklingMode As FpcFastTricklingMode, _
  ByVal pFastTricklingMode As FpcFastTricklingMode _
) As FpcFastTricklingMode

Property value

Value from the FpcFastTricklingMode enumerated type that specifies the tradeoff between user experience and performance for fast trickling.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. The default value is fpcGoodUserExperienceModeratePerformance.

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

FPCContentDeliverySettings

 

 

Build date: 7/12/2010