[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sepcifies when files are removed from the cache based on age

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetMaximumContentAge(
	
ulong 
seconds
)
Sub 
SetMaximumContentAge ( _
	
seconds 
As 
ULong _
)
void 
SetMaximumContentAge(
	
unsigned long long 
seconds
)

Parameters

seconds
UInt64

See Also