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

Gets the age when files are removed from the cache

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetMaximumContentAge(
	
out 
ulong 
seconds
)
Sub 
GetMaximumContentAge ( _
		<
OutAttribute> 
ByRef 
seconds 
As 
ULong _
)
void 
GetMaximumContentAge(
		[
OutAttribute] 
unsigned long long% 
seconds
)

Parameters

seconds
UInt64 %

See Also