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

Sets the maximum size of the cache

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetMaximumCacheSize(
	
uint 
bytes
)
Sub 
SetMaximumCacheSize ( _
	
bytes 
As 
UInteger _
)
void 
SetMaximumCacheSize(
	
unsigned int 
bytes
)

Parameters

bytes
UInt32
Percentage of available hard drive space

See Also