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

Record of a cached file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
[

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

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")> _
Public 
Interface 
IBitsPeerCacheRecord
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"659cdead-489e-11d9-a9cd-000d56965251")]
public 
interface class 
IBitsPeerCacheRecord

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetFileModificationTime(FILETIME % )
Gets the file modification time on the server
GetFileRanges(UInt32 % , array< BackgroundFileRange > [] () [] [] % )
Gets ranges of the file in the cache
GetFileSize(UInt64 % )
Gets the size of the file
GetId(Guid % )
Gets the file ID of the cache record
GetLastAccessTime(FILETIME % )
Gets the date and time the file was last accessed
GetOriginUrl(String % )
Gets the origin URL of the cached file
IsFileValidated () () () ()
Determines whether the file has been validated

See Also