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

BITS peer cache administration

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBitsPeerCacheAdministration
<

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBitsPeerCacheAdministration
[

GuidAttribute(L"659cdead-489e-11d9-a9cd-000d56965251")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBitsPeerCacheAdministration

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClearPeer () () () ()
Removes all peers from the list of peers that can serve content
ClearRecords () () () ()
Clears all records from the cache
DeleteRecord(Guid)
Deletes a record from the cache
DeleteUrl(String)
Deletes all records from the cache based on a URL
DiscoverPeers () () () ()
Generates a list of peers that can serve content
EnumPeers(IEnumBitsPeers % )
Enumerates peers that can serve content
EnumRecords(IEnumBitsPeerCacheRecords % )
Gets an IEnumBitsPeerCacheRecords that can be used to enumerate records in the cache
GetConfigurationFlags(PeerCachingFlags % )
Gets configuration flags
GetMaximumCacheSize(UInt32 % )
Gets the maximum size of the cache
GetMaximumContentAge(UInt64 % )
Gets the age when files are removed from the cache
GetRecord(Guid, IBitsPeerCacheRecord % )
Gets a record from the cache
SetConfigurationFlags(PeerCachingFlags)
Sets configuration flags
SetMaximumCacheSize(UInt32)
Sets the maximum size of the cache
SetMaximumContentAge(UInt64)
Sepcifies when files are removed from the cache based on age

See Also